8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 02:43:03 +01:00
This commit is contained in:
robocop 2009-03-08 12:17:42 +00:00
parent bcb5d4ffb8
commit cb6849f8a4

View File

@ -579,7 +579,7 @@ static HANDLE parse_args(LPCSTR lpszArgs, USHORT* pserver_flag)
}
else
{
DWORD parent_id = atol(buffer);
const DWORD parent_id = atol(buffer);
HANDLE parent_handle = OpenProcess(PROCESS_DUP_HANDLE, FALSE, parent_id);
if (!parent_handle)
{