Wow, this has been broken since v0.38, but apparently
the message never made it into the object corpus so
we never noticed!
In reality the bug is harmless: decode_message() will
set_header which clobbers whatever version the default
ctor fills in, so this only affects ceph-dencoder's
test.
Signed-off-by: Sage Weil <sage@redhat.com>
std::vector<string> cmd;
MCommand()
- : Message(MSG_MON_COMMAND) {}
+ : Message(MSG_COMMAND) {}
MCommand(const uuid_d &f)
: Message(MSG_COMMAND),
fsid(f) { }