Skip to content

Commit 8c26a9c

Browse files
authored
Fix scope id handling (#7093)
1 parent 7bc362e commit 8c26a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/config/init/init_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ class TInitialConfiguratorImpl
11191119
}
11201120

11211121
void FillData(const NConfig::TCommonAppOptions& cf) {
1122-
if (cf.TenantName && ScopeId.IsEmpty()) {
1122+
if (!cf.TenantName && ScopeId.IsEmpty()) {
11231123
const TString myDomain = DeduceNodeDomain(cf, AppConfig);
11241124
for (const auto& domain : AppConfig.GetDomainsConfig().GetDomain()) {
11251125
if (domain.GetName() == myDomain) {

0 commit comments

Comments
 (0)