Skip to content

Commit 6d12953

Browse files
committed
Revert "fabrics: fix concat during connect-all"
This reverts commit d1377a7.
1 parent d1377a7 commit 6d12953

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

libnvme/src/nvme/fabrics.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,10 +1068,6 @@ int nvmf_add_ctrl(nvme_host_t h, nvme_ctrl_t c,
10681068
free(traddr);
10691069
}
10701070

1071-
/* concat and tls flags should be mutually exclusive */
1072-
if (c->cfg.concat)
1073-
c->cfg.tls = false;
1074-
10751071
ret = build_options(h, c, &argstr);
10761072
if (ret)
10771073
return ret;

0 commit comments

Comments
 (0)