]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
messages/MOSDRepOpReply.h: init some vars of MOSDRepOpReply in ctor
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 12 Jun 2015 10:39:44 +0000 (12:39 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 17 Jul 2015 08:50:44 +0000 (10:50 +0200)
commit5b8ae6238ec9696f70fc1f02b5bb0c0da420dffd
tree60eb9b532ee8a5cbb81e5ca528c14eed6651c006
parentfd82535ae28b52d75780973df952867aafaab10f
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>
src/messages/MOSDRepOpReply.h