mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Fixed initialized flag not being set correctly.
This commit is contained in:
@@ -723,7 +723,7 @@ class interprocess_all_access_security
|
||||
sa.lpSecurityDescriptor = &sd;
|
||||
sa.nLength = sizeof(interprocess_security_attributes);
|
||||
sa.bInheritHandle = false;
|
||||
initialized = false;
|
||||
initialized = true;
|
||||
}
|
||||
|
||||
interprocess_security_attributes *get_attributes()
|
||||
|
||||
Reference in New Issue
Block a user