libceph: drop authorizer check from cephx msg signing routines
authorIlya Dryomov <idryomov@gmail.com>
Tue, 27 Oct 2015 15:42:49 +0000 (16:42 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 2 Nov 2015 22:37:46 +0000 (23:37 +0100)
commit4199b8eec36405822619d4176bddfacf7b47eb44
tree72be3f78fafca024ac01532f079d57194424e3dc
parent79dbd1baa651cece408e68a1b445f3628c4b5bdc
libceph: drop authorizer check from cephx msg signing routines

I don't see a way for auth->authorizer to be NULL in
ceph_x_sign_message() or ceph_x_check_message_signature().

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/auth_x.c