[Freeswitch-svn] [commit] r11322 - freeswitch/trunk/src/mod/endpoints/mod_sofia

FreeSWITCH SVN brian at freeswitch.org
Tue Jan 20 13:28:55 PST 2009


Author: brian
Date: Tue Jan 20 15:28:54 2009
New Revision: 11322

Log:
picky picky

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	Tue Jan 20 15:28:54 2009
@@ -123,7 +123,7 @@
 		}
 
 		if (switch_strlen_zero(p)) {
-			p=profile->domain_name;
+			p = profile->domain_name;
 			if (switch_strlen_zero(p)) {
 				p = host;
 			}



More information about the Freeswitch-svn mailing list