]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/kstore/KStore.cc: init nid_last in ctor
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 23 Feb 2016 10:56:27 +0000 (11:56 +0100)
committerSage Weil <sage@redhat.com>
Wed, 9 Nov 2016 19:45:22 +0000 (14:45 -0500)
commitac387e110bb3baf8fda382350677c5027c81c2b3
treec57e3e235ef1b2f44d9fc863672e9ca7e98fe20f
parented5b6358d82f818d3fc024ee7237656020dccc3e
os/kstore/KStore.cc: init nid_last in ctor

Fix for:

CID 1351706 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
 uninit_member: Non-static class member nid_last 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/os/kstore/KStore.cc