diff options
author | fyodor <fyodor@yandex-team.ru> | 2022-02-10 16:50:11 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:11 +0300 |
commit | c8229369090a90a5c969ed7d86afc9bdf2819e34 (patch) | |
tree | 422f3d1d7f34f22b9223c400e866bf3ad39d2c6e /util | |
parent | 356ed1df7e093a7801a7a46639f333abfcc16397 (diff) | |
download | ydb-c8229369090a90a5c969ed7d86afc9bdf2819e34.tar.gz |
Restoring authorship annotation for <fyodor@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-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 07ff0d6caa..7d043df34e 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; |