From: huangjun Date: Wed, 15 May 2019 15:59:08 +0000 (+0800) Subject: auth/krb: fix Kerberos compile error X-Git-Tag: v15.1.0~2667^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28113%2Fhead;p=ceph.git auth/krb: fix Kerberos compile error Fixes: http://tracker.ceph.com/issues/39948 Signed-off-by: huangjun --- diff --git a/src/auth/krb/KrbAuthorizeHandler.cpp b/src/auth/krb/KrbAuthorizeHandler.cpp index 1faad8bbe4d..8c7523e607a 100644 --- a/src/auth/krb/KrbAuthorizeHandler.cpp +++ b/src/auth/krb/KrbAuthorizeHandler.cpp @@ -21,7 +21,7 @@ bool KrbAuthorizeHandler::verify_authorizer( CephContext* ceph_ctx, - KeyStore* keys, + const KeyStore& keys, const bufferlist& authorizer_data, size_t connection_secret_required_len, bufferlist *authorizer_reply,