aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorfyodor <fyodor@yandex-team.ru>2022-02-10 16:50:11 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:11 +0300
commitc8229369090a90a5c969ed7d86afc9bdf2819e34 (patch)
tree422f3d1d7f34f22b9223c400e866bf3ad39d2c6e /util
parent356ed1df7e093a7801a7a46639f333abfcc16397 (diff)
downloadydb-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.cpp2
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;