8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00

Fix indentation.

This commit is contained in:
robocop 2008-05-08 07:52:54 +00:00
parent 617ac01bcc
commit 080ba37463

View File

@ -336,7 +336,7 @@ bool isGlobalKernelPrefix()
// which always allow creating global handles
CloseHandle(hToken);
return true;
}
}
BOOL checkResult;
if (pfnPrivilegeCheck(hToken, &ps, &checkResult) == 0) {