[Pkg-telepathy-commits] [libnice] 06/265: Fix unitialized variable in nice_agent_parse_remote_candidate_sdp
Simon McVittie
smcv at debian.org
Wed May 14 12:04:47 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 4df1b7d6db7303f21953e3349e226238bcfd74dc
Author: Thammi <thammi at chaossource.net>
Date: Fri Jul 19 19:10:21 2013 +0200
Fix unitialized variable in nice_agent_parse_remote_candidate_sdp
---
agent/agent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agent/agent.c b/agent/agent.c
index 0b4fdff..034b53c 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -3450,7 +3450,7 @@ nice_agent_parse_remote_candidate_sdp (NiceAgent *agent, guint stream_id,
guint16 port;
const gchar *type = NULL;
const gchar *raddr = NULL;
- guint16 rport;
+ guint16 rport = 0;
static const gchar *type_names[] = {"host", "srflx", "prflx", "relay"};
guint i;
--
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