summaryrefslogtreecommitdiff
path: root/sql/nt_servc.cc
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-03-25 22:05:09 +0200
committermonty@mysql.com <>2004-03-25 22:05:09 +0200
commitce79eb9ca7a31002c6194244737e38e93aa13251 (patch)
tree84d7297d8f71762a061e90217363681f271907fd /sql/nt_servc.cc
parent755c068ff9648c33747b5038a95489a6c5d9b2c5 (diff)
parentd6f9fa037677689305ecd3215235d7a992178bbe (diff)
downloadmariadb-git-ce79eb9ca7a31002c6194244737e38e93aa13251.tar.gz
merge with 3.23
Diffstat (limited to 'sql/nt_servc.cc')
-rw-r--r--sql/nt_servc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/nt_servc.cc b/sql/nt_servc.cc
index 8a3757a9768..8ae3aeff2a6 100644
--- a/sql/nt_servc.cc
+++ b/sql/nt_servc.cc
@@ -498,7 +498,7 @@ BOOL NTService::IsService(LPCSTR ServiceName)
if ((scm= OpenSCManager(0, 0,SC_MANAGER_ENUMERATE_SERVICE)))
{
- if ((service = OpenService(scm,ServiceName, SERVICE_QUERY_STATUS )))
+ if ((service = OpenService(scm,ServiceName, SERVICE_QUERY_STATUS)))
{
ret_value=TRUE;
CloseServiceHandle(service);