aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/mutex.cpp
diff options
context:
space:
mode:
authorgaltsev <galtsev@yandex-team.ru>2022-02-10 16:49:32 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:32 +0300
commit1503061b80644305b2e6dd1327b57118e35ebd31 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/mutex.cpp
parentb3770c4662dc5be7135e21630d44f69d0787c167 (diff)
downloadydb-1503061b80644305b2e6dd1327b57118e35ebd31.tar.gz
Restoring authorship annotation for <galtsev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/mutex.cpp')
-rw-r--r--util/system/mutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/mutex.cpp b/util/system/mutex.cpp
index d175f0f792..4041402db9 100644
--- a/util/system/mutex.cpp
+++ b/util/system/mutex.cpp
@@ -20,7 +20,7 @@ public:
inline T() {
int result;
-
+
memset(&Attr, 0, sizeof(Attr));
result = pthread_mutexattr_init(&Attr);
if (result != 0) {