]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
req_state: fix uninitialized bool var 1337/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sat, 1 Mar 2014 13:26:18 +0000 (14:26 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sat, 1 Mar 2014 13:26:18 +0000 (14:26 +0100)
commit1a4657a374552b62a4d950c55f4ed5d4d029503a
treecc36c4b97944cb69da39caf1ce6e5cca7c0d2c4f
parent605e645026487519d4195358330832b3369b531d
req_state: fix uninitialized bool var

CID 717359 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
 uninit_member: Non-static class member "bucket_exists" is not
 initialized in this constructor nor in any functions that it calls.

Set bucket_exists to false in req_state::req_state().

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_common.cc