We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaee27c + 78ce352 commit 826d023Copy full SHA for 826d023
1 file changed
src/nvme/fabrics.c
@@ -1127,7 +1127,7 @@ static __u32 nvmf_get_tel(const char *hostsymname)
1127
__u16 len;
1128
1129
/* Host ID is mandatory */
1130
- tel += nvmf_exat_size(NVME_UUID_LEN_STRING);
+ tel += nvmf_exat_size(NVME_UUID_LEN);
1131
1132
/* Symbolic name is optional */
1133
len = hostsymname ? strlen(hostsymname) : 0;
0 commit comments