mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
advapi32: Remove untriggerable check.
This commit is contained in:
parent
5736c30c21
commit
f874126bec
@ -2107,9 +2107,6 @@ QueryServiceConfigW( SC_HANDLE hService,
|
||||
n -= sizeof(WCHAR);
|
||||
}
|
||||
|
||||
if( n < 0 )
|
||||
ERR("Buffer overflow!\n");
|
||||
|
||||
TRACE("Image path = %s\n", debugstr_w(lpServiceConfig->lpBinaryPathName) );
|
||||
TRACE("Group = %s\n", debugstr_w(lpServiceConfig->lpLoadOrderGroup) );
|
||||
TRACE("Dependencies = %s\n", debugstr_w(lpServiceConfig->lpDependencies) );
|
||||
|
Loading…
Reference in New Issue
Block a user