]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: don't crash on bad auth msg from client
authorSage Weil <sage@redhat.com>
Fri, 24 Feb 2017 22:52:19 +0000 (17:52 -0500)
committerSage Weil <sage@redhat.com>
Wed, 29 Mar 2017 15:39:25 +0000 (11:39 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mgr/DaemonServer.cc

index 65270fe401527d2adee6fcc20f51d366266e8f62..f130d53a12e0d536dffd8638f3cdd2fc9e1ce503 100644 (file)
@@ -122,7 +122,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;
   }