[Freeswitch-svn] [commit] r10520 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
anthm at freeswitch.org
Sat Nov 22 08:41:08 PST 2008
Author: anthm
Date: Sat Nov 22 11:41:07 2008
New Revision: 10520
Log:
update
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c Sat Nov 22 11:41:07 2008
@@ -337,7 +337,7 @@
status = NULL;
}
- if (switch_stristr("CS_", status)) {
+ if (status && switch_stristr("CS_", status)) {
status = NULL;
}
More information about the Freeswitch-svn
mailing list