]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: init everything in default IoCtxImpl ctor
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 24 Sep 2012 21:56:45 +0000 (14:56 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 25 Sep 2012 00:42:13 +0000 (17:42 -0700)
commita5c7776144a4bac83119e7ddfd225b8170ff0164
treeaea4347deae68607edfe7466f5abc8f233b76f82
parentee1fe151e77f3c7b4a3c12896613a53d07703ea0
librados: init everything in default IoCtxImpl ctor

CID 717219: Uninitialized pointer field (UNINIT_CTOR)
At (14): Non-static class member "objecter" is not initialized in this
constructor nor in any functions that it calls.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/librados/IoCtxImpl.cc