Fix from Bert Kiers, also noted by jak - be consistent in naming the
key for the target hostname variable - it's "target hostname", not "target host".
This commit is contained in:
parent
3cfdfcef43
commit
cb2414dfd1
|
@ -582,7 +582,7 @@ main(int argc, char **argv)
|
|||
devtype = 'f';
|
||||
break;
|
||||
case 'h':
|
||||
iscsi_initiator_setvar(&ini, "target host", optarg);
|
||||
iscsi_initiator_setvar(&ini, "target hostname", optarg);
|
||||
break;
|
||||
case 'p':
|
||||
iscsi_initiator_setvar(&ini, "target port", optarg);
|
||||
|
|
Loading…
Reference in New Issue