mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
AuthMonitor: fix signed/unsigned comparison warning
Signed-off-by: Dan Mick <dan.mick@inktank.com>
This commit is contained in:
parent
f43c974571
commit
8108c952aa
@ -883,7 +883,7 @@ bool AuthMonitor::prepare_global_id(MMonGlobalID *m)
|
||||
|
||||
void AuthMonitor::upgrade_format()
|
||||
{
|
||||
int current = 1;
|
||||
unsigned int current = 1;
|
||||
if (format_version >= current) {
|
||||
dout(20) << __func__ << " format " << format_version << " is current" << dendl;
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user