diff options
Diffstat (limited to 'src/mon/AuthMonitor.h')
-rw-r--r-- | src/mon/AuthMonitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mon/AuthMonitor.h b/src/mon/AuthMonitor.h index 5d1422bbc4d..896384dbc95 100644 --- a/src/mon/AuthMonitor.h +++ b/src/mon/AuthMonitor.h @@ -145,7 +145,7 @@ private: bool preprocess_command(MMonCommand *m); bool prepare_command(MMonCommand *m); - void check_rotate(); + bool check_rotate(); public: AuthMonitor(Monitor *mn, Paxos *p, const string& service_name) : PaxosService(mn, p, service_name), last_rotating_ver(0), |