mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix error msg. Bug #681
This commit is contained in:
@@ -462,7 +462,7 @@ BOOL NTService::SeekStatus(LPCSTR szInternName, int OperationType)
|
||||
{
|
||||
/* a remove operation */
|
||||
if (!(service = OpenService(scm,szInternName, SERVICE_ALL_ACCESS )))
|
||||
printf("The service doesn't exists!\n");
|
||||
printf("The service doesn't exist!\n");
|
||||
else
|
||||
{
|
||||
SERVICE_STATUS ss;
|
||||
|
||||
Reference in New Issue
Block a user