diff options
author | fyodor <[email protected]> | 2022-02-10 16:50:11 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:11 +0300 |
commit | c8229369090a90a5c969ed7d86afc9bdf2819e34 (patch) | |
tree | 422f3d1d7f34f22b9223c400e866bf3ad39d2c6e /util/system/shmat.cpp | |
parent | 356ed1df7e093a7801a7a46639f333abfcc16397 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/shmat.cpp')
-rw-r--r-- | util/system/shmat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/shmat.cpp b/util/system/shmat.cpp index 07ff0d6caa4..7d043df34ef 100644 --- a/util/system/shmat.cpp +++ b/util/system/shmat.cpp @@ -171,7 +171,7 @@ static key_t GetKey(const TGUID& id) { bool TSharedMemory::Open(const TGUID& id, int size) { Y_VERIFY(id, "invalid shared memory guid: %s", GetGuidAsString(id).data()); - + //Y_ASSERT(Data == 0); Size = size; |