mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 00:35:32 +02:00
Fix error msg. Bug #681
This commit is contained in:
parent
b47c40734f
commit
650da0800a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue