]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: MonitorStore: check mkdir return value for errors
authorJoao Eduardo Luis <joao.luis@inktank.com>
Wed, 17 Oct 2012 16:12:59 +0000 (17:12 +0100)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Wed, 17 Oct 2012 16:47:55 +0000 (17:47 +0100)
commite41caa190dba9570f94cde3884e675e842518a67
tree59b8e42522cc933118d63aff5c75a937f3906f9e
parent2549bb869ad9545af5b3519f80c85991fec1119b
mon: MonitorStore: check mkdir return value for errors

CID 728081: Unchecked return value (CHECKED_RETURN)
At (5): Calling function "mkdir(dfn, 493U)" without checking return value.
CID 716853: Unchecked return value (CHECKED_RETURN)
At (2): Calling function "mkdir(fn, 493U)" without checking return value.
CID 716855: Unchecked return value (CHECKED_RETURN)
At (2): Calling function "mkdir(fn, 493U)" without checking return value.

Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/mon/MonitorStore.cc