Skip to content

Commit

Permalink
Merge pull request ceph#22098 from liewegas/wip-24180
Browse files Browse the repository at this point in the history
mon/LogMonitor: call no_reply() on ignored log message

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored May 20, 2018
2 parents fbf0e10 + 9661fa0 commit fd1ab7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mon/LogMonitor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ bool LogMonitor::preprocess_log(MonOpRequestRef op)
return false;

done:
mon->no_reply(op);
return true;
}

Expand Down

0 comments on commit fd1ab7d

Please sign in to comment.