mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Fixed typo. Thanks to Adriano.
This commit is contained in:
parent
d0e33f118a
commit
1ce283a004
@ -625,7 +625,7 @@ private:
|
||||
if (!CreateWellKnownSid(WinWorldSid, NULL, &sid, &cbSid))
|
||||
raiseError("CreateWellKnownSid");
|
||||
|
||||
// Create security desctriptor which allows generic access to the just created SID
|
||||
// Create security descriptor which allows generic access to the just created SID
|
||||
|
||||
SECURITY_ATTRIBUTES sa;
|
||||
RtlSecureZeroMemory(&sa, sizeof(sa));
|
||||
|
Loading…
Reference in New Issue
Block a user