1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-27 13:00:59 +01:00

tls message fixed

This commit is contained in:
mom040267 2014-04-30 07:06:17 +00:00
parent 4843e4bbda
commit bbf085a3dc

View File

@ -1709,6 +1709,8 @@ ioa_socket_handle detach_ioa_socket(ioa_socket_handle s, int full_detach)
ret->connected = s->connected;
addr_cpy(&(ret->remote_addr),&(s->remote_addr));
STRCPY(ret->orig_ctx_type, s->orig_ctx_type);
ioa_socket_handle parent_s = s->parent_s;
ur_addr_map *sockets_container = s->sockets_container;