/home/pdonnell/ceph/src/msg/async/ProtocolV2.cc: In member function ‘Ct<ProtocolV2>* ProtocolV2::handle_auth_signature(ceph::bufferlist&)’:
/home/pdonnell/ceph/src/msg/async/ProtocolV2.cc:2259:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
// this happened at client side
return finish_client_auth();
} else {
- ceph_assert_always("state corruption" == nullptr);
+ ceph_abort("state corruption");
}
}