]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/Transaction: add missing break 12202/head
authorSage Weil <sage@redhat.com>
Mon, 28 Nov 2016 19:26:51 +0000 (14:26 -0500)
committerSage Weil <sage@redhat.com>
Mon, 28 Nov 2016 19:29:14 +0000 (14:29 -0500)
commit4a60eadd89c22ccef783eb66b1e7cc30a534b6cc
treea61e0aa67fcbcd73c0a0b734cc4ab4662f00a099
parent65c6156563597cced9d581210dc6f1a6d752dcfa
os/Transaction: add missing break

CID 1395137 (#1 of 1): Missing break in switch (MISSING_BREAK)
unterminated_case: The case for value ObjectStore::Transaction::OP_TRY_RENAME is not terminated by a 'break' statement.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/Transaction.cc