]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/crimson: fix DummyAuthAuthorizer
authorSage Weil <sage@redhat.com>
Sun, 3 Feb 2019 19:16:29 +0000 (13:16 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Feb 2019 12:13:09 +0000 (06:13 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/crimson/test_alien_echo.cc

index ef7b95197a09fb3f532a0f863de5e8abfb0ddf7d..4492f9639acff3c51d90f5f5272d2294836680d0 100644 (file)
@@ -28,7 +28,8 @@ struct DummyAuthAuthorizer : public AuthAuthorizer {
   DummyAuthAuthorizer()
     : AuthAuthorizer(CEPH_AUTH_CEPHX)
   {}
-  bool verify_reply(bufferlist::const_iterator&, CryptoKey*) override {
+  bool verify_reply(bufferlist::const_iterator&,
+                    CryptoKey *connection_secret) override {
     return true;
   }
   bool add_challenge(CephContext*, bufferlist&) override {