diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 01a68ed046..b75511c008 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -123,7 +123,7 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co } if (switch_strlen_zero(p)) { - p=profile->domain_name; + p = profile->domain_name; if (switch_strlen_zero(p)) { p = host; }