[Pkg-telepathy-commits] [libnice] 225/265: component: socket has been renamed nicesock

Simon McVittie smcv at debian.org
Wed May 14 12:05:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit f537331974188cb4524c7a357bf0baae20a171c2
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Wed Apr 23 23:30:34 2014 -0400

    component: socket has been renamed nicesock
---
 agent/component.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list