]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/DaemonServer: do not crash on bad authorizer 14097/head
authorSage Weil <sage@redhat.com>
Fri, 28 Apr 2017 22:03:59 +0000 (18:03 -0400)
committerSage Weil <sage@redhat.com>
Fri, 28 Apr 2017 22:03:59 +0000 (18:03 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mgr/DaemonServer.cc

index fccb377e581d4a15f1dd8d36490baffa2e12ddee..3ea525b209242bd646204f5b7b10b1df649c11bf 100644 (file)
@@ -79,7 +79,6 @@ bool DaemonServer::ms_verify_authorizer(Connection *con,
   auto handler = auth_registry.get_handler(protocol);
   if (!handler) {
     dout(0) << "No AuthAuthorizeHandler found for protocol " << protocol << dendl;
-    ceph_abort();
     is_valid = false;
     return true;
   }