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:
agc 2009-07-23 04:32:13 +00:00
parent 3cfdfcef43
commit cb2414dfd1
1 changed files with 1 additions and 1 deletions

View File

@ -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);