[telepathy-sofiasip/master] Removed the duplicate 404 status case
Mikhail Zabaluev
mikhail.zabaluev at nokia.com
Wed Apr 8 10:32:53 PDT 2009
Stupid.
---
src/sip-media-channel.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/sip-media-channel.c b/src/sip-media-channel.c
index 3b01e13..3d38bb5 100644
--- a/src/sip-media-channel.c
+++ b/src/sip-media-channel.c
@@ -970,7 +970,6 @@ tpsip_media_channel_peer_error (TpsipMediaChannel *self,
case 600:
reason = TP_CHANNEL_GROUP_CHANGE_REASON_BUSY;
break;
- case 404:
case 408:
reason = TP_CHANNEL_GROUP_CHANGE_REASON_NO_ANSWER;
break;
--
1.5.6.5
More information about the telepathy-commits
mailing list