mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +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)
|
else if (_tcsicmp(Command, _T("control")) == 0)
|
||||||
{
|
{
|
||||||
if (ServiceName)
|
if (ServiceName)
|
||||||
Control((DWORD)NULL, ServiceName, ServiceArgs);
|
Control(0, ServiceName, ServiceArgs);
|
||||||
else
|
else
|
||||||
ContinueUsage();
|
ContinueUsage();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue