Skip to content

Commit a3f295f

Browse files
committed
Fix build
1 parent b353499 commit a3f295f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/replication/controller/dst_creator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class TDstCreator: public TActorBootstrapped<TDstCreator> {
218218
FillReplicationConfig(*desc->MutableReplicationConfig());
219219
if (scheme.indexes_size()) {
220220
for (auto& index : *TxBody.MutableCreateIndexedTable()->MutableIndexDescription()) {
221-
FillReplicationConfig(*index.MutableIndexImplTableDescriptions(0)->MutableReplicationConfig());
221+
FillReplicationConfig(*index.MutableIndexImplTableDescription()->MutableReplicationConfig());
222222
}
223223
}
224224

0 commit comments

Comments
 (0)