iscsi: Remove initiatoriqn from virISCSIScanTargets

No longer necessary to have it, so remove it.
This commit is contained in:
John Ferlan
2016-05-13 11:38:45 -04:00
parent 56057900dc
commit 027986f5bf
4 changed files with 4 additions and 11 deletions

View File

@@ -145,8 +145,7 @@ testISCSIScanTargets(const void *data)
virCommandSetDryRun(NULL, testIscsiadmCb, NULL);
if (virISCSIScanTargets(info->portal, NULL,
&ntargets, &targets) < 0)
if (virISCSIScanTargets(info->portal, &ntargets, &targets) < 0)
goto cleanup;
if (info->nexpected != ntargets) {