[Pkg-telepathy-commits] [libnice] 141/265: agent: returning 0 valid messages is valid, it means EOF

Simon McVittie smcv at debian.org
Wed May 14 12:05:01 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 3b581c032705b3e20fe6b7804a9db2e486c4b801
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Fri Feb 21 14:34:28 2014 -0500

    agent: returning 0 valid messages is valid, it means EOF
---
 agent/agent.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/agent/agent.c b/agent/agent.c
index fbdefdb..96772cb 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -3213,7 +3213,6 @@ nice_agent_recv_messages_blocking_or_nonblocking (NiceAgent *agent,
 
 done:
   g_assert ((child_error != NULL) == (n_valid_messages == -1));
-  g_assert (n_valid_messages != 0);
   g_assert (n_valid_messages < 0 || (guint) n_valid_messages <= n_messages);
 
   if (child_error != NULL)

-- 
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