]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_sofia: do not set route_uri unless there is actually one to go to.
authorBrian West <brian@freeswitch.org>
Thu, 25 Jun 2009 16:50:13 +0000 (16:50 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 25 Jun 2009 16:50:13 +0000 (16:50 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13952 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_glue.c

index 8a89a5a3b6c14d60912432e1797d404b2d994a85..c0abd47a4473882c7ba98739024435aa4e7249e3 100644 (file)
@@ -4162,13 +4162,8 @@ sofia_destination_t* sofia_glue_get_destination(char *data)
                                *p = '\0';
                        } while ((--p > route_uri) && *p == ' ');
                }
-       }
-       else {
-                if(!(route_uri = strdup(contact))) {
-                       goto mem_fail;
-               }
-        }
-
+       } 
+       
        if (!(to = strdup(data))) {
                goto mem_fail;
        }