summaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authoruzhas <[email protected]>2025-08-08 15:10:20 +0300
committeruzhas <[email protected]>2025-08-08 15:56:08 +0300
commita9a64643aae00fd89fca5a63b5bdc4fc1cf5b523 (patch)
treeba731341c8ea657e57d8bdc95ebcf38739e56af1 /library/cpp
parent0dcad601018f4f790d5c146a01b6936663c34e50 (diff)
fix coverity issue
commit_hash:55fb7d7ce65181dcdcb238245c19a18f2bd3cf25
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/error/origin_attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/error/origin_attributes.h b/library/cpp/yt/error/origin_attributes.h
index 7d35446318a..575b00c57be 100644
--- a/library/cpp/yt/error/origin_attributes.h
+++ b/library/cpp/yt/error/origin_attributes.h
@@ -45,7 +45,7 @@ struct TOriginAttributes
TProcessId Pid = 0;
- NThreading::TThreadId Tid;
+ NThreading::TThreadId Tid = 0;
TThreadName ThreadName;
TInstant Datetime;