advapi32: Remove untriggerable check.

oldstable
Gerald Pfeifer 2007-11-18 07:03:09 +01:00 committed by Alexandre Julliard
parent 5736c30c21
commit f874126bec
1 changed files with 0 additions and 3 deletions

View File

@ -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) );