[telepathy-gabble/master] Skip candidates with unhandled candidate types.
Mike Ruprecht
mike.ruprecht at collabora.co.uk
Tue Dec 29 05:35:00 PST 2009
---
src/call-stream.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/call-stream.c b/src/call-stream.c
index 2b08adc..7a07353 100644
--- a/src/call-stream.c
+++ b/src/call-stream.c
@@ -480,7 +480,8 @@ gabble_call_stream_add_candidates (GabbleSvcCallStreamInterfaceMedia *iface,
break;
case 4: /* FS_CANDIDATE_TYPE_MULTICAST */
default:
- g_assert_not_reached ();
+ DEBUG ("Unhandled candidate type %d", fstype);
+ continue;
}
c = jingle_candidate_new (
--
1.5.6.5
More information about the telepathy-commits
mailing list