]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 15 Dec 2007 16:58:30 +0000 (16:58 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 15 Dec 2007 16:58:30 +0000 (16:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6807 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_glue.c

index ca200f79a3f9a23b1d05ac3c87dfa947a8111180..23c65e57254de50608ad73f44b67f5341d97a4a9 100644 (file)
@@ -470,10 +470,6 @@ char *sofia_overcome_sip_uri_weakness(switch_core_session_t *session, const char
                        }
                }
        } else {
-               char *p;
-               if ((p = strrchr(stripped, ';'))) {
-                       *p = '\0';
-               }
                new_uri = stripped;
        }