Skip to content
Commit e8f54ce1 authored by Sage Weil's avatar Sage Weil
Browse files

libceph: fix uninitialized value when no get_authorizer method is set



If there is no get_authorizer method we set the out_kvec to a bogus
pointer.  The length is also zero in that case, so it doesn't much matter,
but it's better not to add the empty item in the first place.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 1b366985
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment