[Freeswitch-svn] [commit] r11321 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
brian at freeswitch.org
Tue Jan 20 13:28:25 PST 2009
Author: brian
Date: Tue Jan 20 15:28:25 2009
New Revision: 11321
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:25 2009
@@ -98,7 +98,7 @@
if (switch_strlen_zero(host)) {
host = profile->domain_name;
if (switch_strlen_zero(host)) {
- host=prof;
+ host = prof;
}
}
if (!sofia_reg_find_reg_url(profile, user, host, buf, sizeof(buf))) {
@@ -125,7 +125,7 @@
if (switch_strlen_zero(p)) {
p=profile->domain_name;
if (switch_strlen_zero(p)) {
- p=host;
+ p = host;
}
}
More information about the Freeswitch-svn
mailing list