aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-10-27 00:26:25 -0400
committerGarrett D'Amore <garrett@damore.org>2018-10-27 00:26:25 -0400
commit1163062ce593750933b76a2c910412c8f2c73b2f (patch)
treeba037bcaec33392c31297a50d1c3b4b93730dd00
parentffc1e7405171ddbc6d2781ef71f86f709624450c (diff)
downloadnng-1163062ce593750933b76a2c910412c8f2c73b2f.tar.gz
nng-1163062ce593750933b76a2c910412c8f2c73b2f.tar.bz2
nng-1163062ce593750933b76a2c910412c8f2c73b2f.zip
fixes #755 zerotier transport segfaults on alpine linux
-rw-r--r--src/transport/zerotier/zerotier.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/transport/zerotier/zerotier.c b/src/transport/zerotier/zerotier.c
index 294d1df4..d98171cc 100644
--- a/src/transport/zerotier/zerotier.c
+++ b/src/transport/zerotier/zerotier.c
@@ -523,11 +523,6 @@ zt_virtual_config(ZT_Node *node, void *userptr, void *thr, uint64_t nwid,
continue;
}
ep->ze_mtu = config->mtu;
-
- if ((ep->ze_ndialer != NULL) &&
- (nni_list_first(&ep->ze_aios) != NULL)) {
- zt_ep_send_conn_req(ep);
- }
}
break;
case ZT_VIRTUAL_NETWORK_CONFIG_OPERATION_DESTROY: