mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
Nginx patch. Verified to work in fc23 and ub14
This commit is contained in:
parent
a2837ccaa7
commit
f2db82940b
@ -936,7 +936,7 @@ int listen(LISTEN_SIG)
|
||||
memcpy(&cmd[1], &rpc_st, sizeof(struct listen_st));
|
||||
pthread_mutex_lock(&lock);
|
||||
send_command(fdret_sock, cmd);
|
||||
get_retval();
|
||||
//get_retval();
|
||||
pthread_mutex_unlock(&lock);
|
||||
handle_error("listen", "", ERR_OK);
|
||||
return ERR_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user