From b6bd93a551dc4e5cbaafe241338c3c6e98d7f535 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 20 Jan 2009 21:28:25 +0000 Subject: [PATCH] picky picky git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11321 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia_presence.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 7f29f27ab9..01a68ed046 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -98,7 +98,7 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co 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 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co if (switch_strlen_zero(p)) { p=profile->domain_name; if (switch_strlen_zero(p)) { - p=host; + p = host; } }