mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
fix the service name to match the registry key
svn path=/trunk/; revision=28999
This commit is contained in:
parent
f9e9cc03c6
commit
5425875734
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ static SERVICE_STATUS hServStatus;
|
|||
static SERVICE_STATUS_HANDLE hSStat;
|
||||
|
||||
LPCTSTR LogFileName = _T("C:\\tcpsvcs_log.log");
|
||||
LPTSTR ServiceName = _T("Simp Tcp");
|
||||
LPTSTR ServiceName = _T("tcpsvcs");
|
||||
|
||||
static SERVICES
|
||||
Services[NUM_SERVICES] =
|
||||
|
|
Loading…
Reference in a new issue