]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: MonitorStore: check return value of 'rename' for errors
authorJoao Eduardo Luis <joao.luis@inktank.com>
Wed, 17 Oct 2012 16:14:19 +0000 (17:14 +0100)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Wed, 17 Oct 2012 16:47:55 +0000 (17:47 +0100)
commita0f65a161aa84cea20f16fff94fb496e304c14c9
tree45618fb71e33a00524578b3636a420aef9ef746e
parente41caa190dba9570f94cde3884e675e842518a67
mon: MonitorStore: check return value of 'rename' for errors

CID 716854: Unchecked return value (CHECKED_RETURN)
At (10): Calling function "rename(tfn, fn)" without checking return value.

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