mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
coverity: previous commit - not "break" but "fall through"
This commit is contained in:
parent
705fee709f
commit
e8dbaf62d3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user