Skip to content

Commit 393f609

Browse files
authored
fix blobstorage build clang14 (#2202)
1 parent 46bd332 commit 393f609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/nodewarden/distconf_persistent_storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ namespace NKikimr::NStorage {
156156
}
157157

158158
for (const auto& [path, m, guid] : msg.MetadataPerPath) {
159-
auto addConfig = [&, path = path](const auto& config, auto func, auto& set) {
159+
auto addConfig = [&, path = path, guid = guid](const auto& config, auto func, auto& set) {
160160
auto& ptr = set[config];
161161
if (!ptr) {
162162
ptr = (res->*func)();

0 commit comments

Comments
 (0)