advapi32: Remove untriggerable check.
This commit is contained in:
parent
5736c30c21
commit
f874126bec
|
@ -2107,9 +2107,6 @@ QueryServiceConfigW( SC_HANDLE hService,
|
||||||
n -= sizeof(WCHAR);
|
n -= sizeof(WCHAR);
|
||||||
}
|
}
|
||||||
|
|
||||||
if( n < 0 )
|
|
||||||
ERR("Buffer overflow!\n");
|
|
||||||
|
|
||||||
TRACE("Image path = %s\n", debugstr_w(lpServiceConfig->lpBinaryPathName) );
|
TRACE("Image path = %s\n", debugstr_w(lpServiceConfig->lpBinaryPathName) );
|
||||||
TRACE("Group = %s\n", debugstr_w(lpServiceConfig->lpLoadOrderGroup) );
|
TRACE("Group = %s\n", debugstr_w(lpServiceConfig->lpLoadOrderGroup) );
|
||||||
TRACE("Dependencies = %s\n", debugstr_w(lpServiceConfig->lpDependencies) );
|
TRACE("Dependencies = %s\n", debugstr_w(lpServiceConfig->lpDependencies) );
|
||||||
|
|
Loading…
Reference in New Issue