]> sourceware.org Git - lvm2.git/commitdiff
coverity: previous commit - not "break" but "fall through"
authorPeter Rajnoha <prajnoha@redhat.com>
Wed, 8 Jul 2015 12:42:26 +0000 (14:42 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Wed, 8 Jul 2015 12:42:31 +0000 (14:42 +0200)
lib/lvmpolld/lvmpolld-client.c

index 6676ce925cc55ce5e33c6e3016ff4a295278051f..8be2d7b84cad38ea4638021561d97fcf4a60f416 100644 (file)
@@ -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;
This page took 0.0311129999999999 seconds and 5 git commands to generate.