picky picky

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11322 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-01-20 21:28:54 +00:00
parent b6bd93a551
commit 6ed61eaaaa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}