summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-07-08 14:42:26 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2015-07-08 14:42:31 +0200
commite8dbaf62d3b3e2a175d3b0237a4d85c009d98038 (patch)
tree7b5b2cd12db94c738e3bbd6ffa37fff06a6f8238
parent705fee709fdb2f3f23a5a466d30cf36dab0a9c96 (diff)
downloadlvm2-e8dbaf62d3b3e2a175d3b0237a4d85c009d98038.tar.gz
coverity: previous commit - not "break" but "fall through"
-rw-r--r--lib/lvmpolld/lvmpolld-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lvmpolld/lvmpolld-client.c b/lib/lvmpolld/lvmpolld-client.c
index 6676ce925..8be2d7b84 100644
--- a/lib/lvmpolld/lvmpolld-client.c
+++ b/lib/lvmpolld/lvmpolld-client.c
@@ -106,7 +106,7 @@ static void _explain_error_codes(int retcode)
/* lvmpolld specific return codes */
case LVMPD_RET_DUP_FAILED:
log_error("lvmpolld failed to duplicate file descriptors.");
- break;
+ /* fall through */
case LVMPD_RET_EXC_FAILED:
log_error("lvmpolld failed to exec() lvm binary.");
break;