aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormincer <mincer@yandex-team.ru>2022-02-10 16:52:26 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:26 +0300
commitcaf30170c3d6dfb70c4a7a85e4508eeb2ef4e1e1 (patch)
tree8b15c434531902a4220e77055a1971f45e9accce
parentb466fd5cbe5cde08908f4580271493ce67d974f1 (diff)
downloadydb-caf30170c3d6dfb70c4a7a85e4508eeb2ef4e1e1.tar.gz
Restoring authorship annotation for <mincer@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--ydb/core/base/blobstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/base/blobstorage.h b/ydb/core/base/blobstorage.h
index a2faee326e..2d34ac70c8 100644
--- a/ydb/core/base/blobstorage.h
+++ b/ydb/core/base/blobstorage.h
@@ -906,7 +906,7 @@ struct TEvBlobStorage {
REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(buffer.Data(), buffer.size());
REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(&deadline, sizeof(deadline));
REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(&handleClass, sizeof(handleClass));
- REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(&tactic, sizeof(tactic));
+ REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(&tactic, sizeof(tactic));
}
TString Print(bool isFull) const {