mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
iscsi: Remove initiatoriqn from virISCSIScanTargets
No longer necessary to have it, so remove it.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user