Commit f5373319 authored by Olivier Crête's avatar Olivier Crête

component: socket has been renamed nicesock

parent ec8784fc
......@@ -510,7 +510,7 @@ component_detach_socket (Component *component, NiceSocket *nicesock)
nice_debug ("Detach socket %p.", nicesock);
/* Find the SocketSource for the socket. */
l = g_slist_find_custom (component->socket_sources, socket,
l = g_slist_find_custom (component->socket_sources, nicesock,
_find_socket_source);
if (l == NULL)
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment