]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/auth/cephx/CephxServiceHandler.cc
update sources to 12.2.7
[ceph.git] / ceph / src / auth / cephx / CephxServiceHandler.cc
index 3184835a14dcf14c9dd90de5a21e6bf07dda316b..b06e0080ba8fe51ab23b1b678d679c734049a13b 100644 (file)
@@ -152,7 +152,9 @@ int CephxServiceHandler::handle_request(bufferlist::iterator& indata, bufferlist
 
       bufferlist tmp_bl;
       CephXServiceTicketInfo auth_ticket_info;
-      if (!cephx_verify_authorizer(cct, key_server, indata, auth_ticket_info, tmp_bl)) {
+      // note: no challenge here.
+      if (!cephx_verify_authorizer(cct, key_server, indata, auth_ticket_info, nullptr,
+                                  tmp_bl)) {
         ret = -EPERM;
        break;
       }