mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
coverity: missing break in switch expression
lib/lvmpolld/lvmpolld-client.c:109: fallthrough: The above case falls through to this one
This commit is contained in:
parent
71f4fbfbde
commit
705fee709f
@ -106,6 +106,7 @@ static void _explain_error_codes(int retcode)
|
|||||||
/* lvmpolld specific return codes */
|
/* lvmpolld specific return codes */
|
||||||
case LVMPD_RET_DUP_FAILED:
|
case LVMPD_RET_DUP_FAILED:
|
||||||
log_error("lvmpolld failed to duplicate file descriptors.");
|
log_error("lvmpolld failed to duplicate file descriptors.");
|
||||||
|
break;
|
||||||
case LVMPD_RET_EXC_FAILED:
|
case LVMPD_RET_EXC_FAILED:
|
||||||
log_error("lvmpolld failed to exec() lvm binary.");
|
log_error("lvmpolld failed to exec() lvm binary.");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user