]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/Monitor.cc: init scrub_version with 0 in constructor
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 24 Jul 2013 16:18:59 +0000 (18:18 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 24 Jul 2013 16:22:00 +0000 (18:22 +0200)
commit27e38e4068d59cc76b13fb34d52051c29a007833
treeebd6a959e6b17418c764585634f1762bea606ae2
parenta7a7d3fc8a2ba4a30ef136a32f2903d157b3e19a
mon/Monitor.cc: init scrub_version with 0 in constructor

CID 1019623 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
  uninit_member: Non-static class member "scrub_version" 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/mon/Monitor.cc