Eliminating compiler warnings.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
WRITE_CLASS_ENCODER(CephXServiceTicketInfo)
struct CephXAuthorizeChallenge : public AuthAuthorizerChallenge {
- uint64_t server_challenge;
+ uint64_t server_challenge = 0;
void encode(ceph::buffer::list& bl) const {
using ceph::encode;
__u8 struct_v = 1;
WRITE_CLASS_ENCODER(CephXAuthorizeChallenge)
struct CephXAuthorize {
- uint64_t nonce;
+ uint64_t nonce = 0;
bool have_challenge = false;
uint64_t server_challenge_plus_one = 0;
void encode(ceph::buffer::list& bl) const {