]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
picky picky
authorBrian West <brian@freeswitch.org>
Tue, 20 Jan 2009 21:28:54 +0000 (21:28 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 20 Jan 2009 21:28:54 +0000 (21:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11322 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_presence.c

index 01a68ed046de6d1a283360665f35e315e0cae805..b75511c0082ad867af5aef271abdcc52b854174c 100644 (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;
                        }