fix the service name to match the registry key

svn path=/trunk/; revision=28999
This commit is contained in:
Ged Murphy 2007-09-10 22:28:34 +00:00
parent f9e9cc03c6
commit 5425875734

View file

@ -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] =