Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Dec 24, 2019
1 parent 7cbee44 commit 05d7f73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dist/replication/lib/replica_learn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,9 @@ bool replica::prepare_learn_from_cache(const learn_request &request,
response.prepare_start_decree,
count,
response.state.meta.length());
return true;
}
return false;
}

void replica::on_copy_remote_state_completed(error_code err,
Expand Down

0 comments on commit 05d7f73

Please sign in to comment.