]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
sigh
authorBrian West <brian@freeswitch.org>
Thu, 12 Nov 2009 15:09:43 +0000 (15:09 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 12 Nov 2009 15:09:43 +0000 (15:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15445 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index 4d5c65252ad373f65ac66933cb4b624563d9f3b0..6510796ac0e0814fa492b1ce8337ef0a32d3e64f 100644 (file)
@@ -1253,7 +1253,7 @@ uint8_t sofia_reg_handle_register(nua_t *nua, sofia_profile_t *profile, nua_hand
                        switch_event_fire(&s_event);
                }
                
-               if (contact_str && sofia_test_pflag(profile, PFLAG_MANAGE_SHARED_APPEARANCE) && sofia_sla_supported(sip)) {
+               if (*contact_str && sofia_test_pflag(profile, PFLAG_MANAGE_SHARED_APPEARANCE) && sofia_sla_supported(sip)) {
                        sofia_sla_handle_register(nua, profile, sip, exptime, contact_str);
                }