]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
CephxServiceHandler.cc: fix get_auth conditional 6211/head
authorNathan Cutler <ncutler@suse.com>
Sun, 27 Sep 2015 19:55:00 +0000 (21:55 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 9 Oct 2015 04:28:34 +0000 (06:28 +0200)
commit7250db62cb7ac1e9c0b1f5956d60b9d874496702
treef83b764f8c0f9ba744ec299e1c7295064805823a
parent61d24d9d966463d6c51664776379058c9ac6a9a5
CephxServiceHandler.cc: fix get_auth conditional

The KeyServer class has a public method get_auth() that returns a boolean
value. This value is being checked here - fix the conditional so it triggers
when get_auth() returns false.

http://tracker.ceph.com/issues/9756 References: #9756

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/auth/cephx/CephxServiceHandler.cc