We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057c801 commit 34b5d8eCopy full SHA for 34b5d8e
1 file changed
src/nvme/fabrics.c
@@ -593,6 +593,7 @@ nvme_ctrl_t nvmf_connect_disc_entry(nvme_host_t h,
593
errno = EINVAL;
594
return NULL;
595
}
596
+ break;
597
case NVMF_TRTYPE_LOOP:
598
nvme_chomp(e->traddr, NVMF_TRADDR_SIZE);
599
traddr = strlen(e->traddr) ? e->traddr : NULL;
0 commit comments