mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix warning
svn path=/trunk/; revision=19741
This commit is contained in:
parent
abe7b48501
commit
3b62e7d538
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ INT ScControl(LPTSTR MachineName, // remote machine name
|
|||
else if (_tcsicmp(Command, _T("control")) == 0)
|
||||
{
|
||||
if (ServiceName)
|
||||
Control((DWORD)NULL, ServiceName, ServiceArgs);
|
||||
Control(0, ServiceName, ServiceArgs);
|
||||
else
|
||||
ContinueUsage();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue