messages/MOSDRepOpReply.h: init some vars of MOSDRepOpReply in ctor
Fix for:
CID
1262115 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
uninit_member: Non-static class member map_epoch is not initialized
in this constructor nor in any functions that it calls.
uninit_member: Non-static class member ack_type is not initialized
in this constructor nor in any functions that it calls.
uninit_member: Non-static class member result is not initialized
in this constructor nor in any functions that it calls.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>