diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-10-27 00:26:25 -0400 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-10-27 00:26:25 -0400 |
| commit | 1163062ce593750933b76a2c910412c8f2c73b2f (patch) | |
| tree | ba037bcaec33392c31297a50d1c3b4b93730dd00 /src/transport | |
| parent | ffc1e7405171ddbc6d2781ef71f86f709624450c (diff) | |
| download | nng-1163062ce593750933b76a2c910412c8f2c73b2f.tar.gz nng-1163062ce593750933b76a2c910412c8f2c73b2f.tar.bz2 nng-1163062ce593750933b76a2c910412c8f2c73b2f.zip | |
fixes #755 zerotier transport segfaults on alpine linux
Diffstat (limited to 'src/transport')
| -rw-r--r-- | src/transport/zerotier/zerotier.c | 5 |
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: |
