summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Duncan <leeman.duncan@gmail.com>2018-01-18 15:35:46 -0800
committerGitHub <noreply@github.com>2018-01-18 15:35:46 -0800
commit682dda37a3f7250fb26b62bf24645f47b1070a2a (patch)
treeeb2134eac821363807d153f0bc694013399c9aec
parent1335ac2346d0d2a49340b905ec05eb5815f8aca4 (diff)
parentfcbf25e3b4f096d1e5a3ba4e9ef0aa989c30089c (diff)
downloadopen-iscsi-682dda37a3f7250fb26b62bf24645f47b1070a2a.tar.gz
Merge pull request #85 from gonzoleeman/fixes/ipc-should-not-be-null
Discovery via non-tcp transport needs "ipc" value
-rw-r--r--usr/discoveryd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/discoveryd.c b/usr/discoveryd.c
index f5359c7..1955ce9 100644
--- a/usr/discoveryd.c
+++ b/usr/discoveryd.c
@@ -1034,11 +1034,6 @@ static void __do_st_disc_and_login(struct discovery_rec *drec)
drec->u.sendtargets.reopen_max = 0;
iface_link_ifaces(&setup_ifaces);
- /*
- * disc code assumes this is not set and wants to use
- * the userspace IO code.
- */
- ipc = NULL;
rc = idbm_bind_ifaces_to_nodes(discovery_sendtargets, drec,
&setup_ifaces, &rec_list);