Skip to content

Commit

Permalink
GCC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Sep 5, 2024
1 parent 5b5811d commit 9b374ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REST/RESTListener+Replicate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ namespace litecore::REST {
Retained<ReplicationTask> task = new ReplicationTask(this, source, target);
C4ReplicatorParameters c4Params{
.optionsDictFleece = options,
.collectionCount = replCollections.size(),
.collections = replCollections.data(),
.collectionCount = replCollections.size(),
};
bool ok = task->start(localDB, localName, remoteAddress, remoteDbName, c4Params);
if ( ok ) {
Expand Down

0 comments on commit 9b374ba

Please sign in to comment.