[farsight2/master] Don't reset the pointer, but the pointed
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:22:54 PST 2008
---
gst/fsrtpconference/fs-rtp-session.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index aec941e..0b5e932 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -1643,7 +1643,7 @@ fs_rtp_session_negotiate_codecs (FsRtpSession *session,
GList *new_negotiated_codec_associations = NULL;
GList *item;
- has_remotes = FALSE;
+ *has_remotes = FALSE;
FS_RTP_SESSION_LOCK (session);
--
1.5.6.5
More information about the farsight-commits
mailing list