mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
mon: fix warning
This commit is contained in:
parent
a0693184c1
commit
6b6a674b20
@ -640,7 +640,7 @@ void Monitor::handle_subscribe(MMonSubscribe *m)
|
||||
// ???
|
||||
|
||||
if (reply)
|
||||
messenger->send_message(new MMonSubscribeAck(g_conf.mon_subscribe_interval),
|
||||
messenger->send_message(new MMonSubscribeAck((int)g_conf.mon_subscribe_interval),
|
||||
m->get_source_inst());
|
||||
|
||||
s->put();
|
||||
|
Loading…
Reference in New Issue
Block a user