fix warning

svn path=/trunk/; revision=19741
This commit is contained in:
Christoph von Wittich 2005-11-29 01:54:33 +00:00
parent abe7b48501
commit 3b62e7d538

View file

@ -130,7 +130,7 @@ INT ScControl(LPTSTR MachineName, // remote machine name
else if (_tcsicmp(Command, _T("control")) == 0) else if (_tcsicmp(Command, _T("control")) == 0)
{ {
if (ServiceName) if (ServiceName)
Control((DWORD)NULL, ServiceName, ServiceArgs); Control(0, ServiceName, ServiceArgs);
else else
ContinueUsage(); ContinueUsage();
} }