summaryrefslogtreecommitdiff
path: root/agent/component.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-04-23 23:30:34 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-04-24 16:48:49 -0400
commitf537331974188cb4524c7a357bf0baae20a171c2 (patch)
treea7304902a746af6b63dbb0fb13bcf19ee3dcc581 /agent/component.c
parentec8784fc67af44ad4cc51d5b58681cb19da0f8c0 (diff)
downloadlibnice-f537331974188cb4524c7a357bf0baae20a171c2.tar.gz
component: socket has been renamed nicesock
Diffstat (limited to 'agent/component.c')
-rw-r--r--agent/component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/component.c b/agent/component.c
index a98c14e..b4dd95f 100644
--- a/agent/component.c
+++ b/agent/component.c
@@ -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;