[SCSI] libiscsi: Add a missing break statement
authorAdheer Chandravanshi <[email protected]>
Mon, 22 Jul 2013 11:46:09 +0000 (07:46 -0400)
committerJames Bottomley <[email protected]>
Fri, 23 Aug 2013 17:45:30 +0000 (13:45 -0400)
Signed-off-by: Adheer Chandravanshi <[email protected]>
Signed-off-by: Vikas Chaudhary <[email protected]>
Reviewed-by: Mike Christie <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/libiscsi.c

index 86153e087e8106ee9ba1546d0b0053b416ad9b06..afc6c3f3782bf156fc3f7d71258faa7b81f7cc5b 100644 (file)
@@ -3350,6 +3350,7 @@ int iscsi_session_get_param(struct iscsi_cls_session *cls_session,
                break;
        case ISCSI_PARAM_BOOT_TARGET:
                len = sprintf(buf, "%s\n", session->boot_target);
+               break;
        case ISCSI_PARAM_AUTO_SND_TGT_DISABLE:
                len = sprintf(buf, "%u\n", session->auto_snd_tgt_disable);
                break;