mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
Fix coverity defects: CID 165757
CID 165757: Control flow issues (MISSING_BREAK) Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Signed-off-by: George Melikov <mail@gmelikov.ru> Closes #6348
This commit is contained in:
parent
ff1cb6bf26
commit
4265a9293e
@ -1745,6 +1745,7 @@ print_status_config(zpool_handle_t *zhp, status_cbdata_t *cb, const char *name,
|
||||
|
||||
case VDEV_AUX_ACTIVE:
|
||||
(void) printf(gettext("currently in use"));
|
||||
break;
|
||||
|
||||
default:
|
||||
(void) printf(gettext("corrupted data"));
|
||||
|
Loading…
Reference in New Issue
Block a user