mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:43:03 +01:00
Misc.
This commit is contained in:
parent
bcb5d4ffb8
commit
cb6849f8a4
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user