1
0
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:
Peter Rajnoha 2015-07-08 14:42:26 +02:00
parent 705fee709f
commit e8dbaf62d3

View 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;