causing failures in check-generated.sh:
2 MonCommand
/tmp/typ-qmnDZ1ahR /tmp/typ-lIgJTZiUe differ: byte 100, line 6
**** MonCommand test 1 dump_json check failed ****
ceph-dencoder type MonCommand select_test 1 dump_json > /tmp/typ-qmnDZ1ahR
ceph-dencoder type MonCommand select_test 1 encode decode dump_json > /tmp/typ-lIgJTZiUe
6c6
< "flags":
94661933599904
---
> "flags":
94342467308704
Signed-off-by: Casey Bodley <cbodley@redhat.com>
std::string helpstring;
std::string module;
std::string req_perms;
- uint64_t flags;
+ uint64_t flags = 0;
// MonCommand flags
static const uint64_t FLAG_NONE = 0;