]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remember to file your tps reports
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 24 Apr 2013 20:52:10 +0000 (15:52 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 24 Apr 2013 20:52:10 +0000 (15:52 -0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index f4199e3b92e0032ca6343e868507d3ae4fd25341..61227b789075280b05ee09a0a6a5061acec8100f 100644 (file)
@@ -1 +1 @@
-Wed Apr 24 12:10:37 CDT 2013
+Wed Apr 24 15:51:55 CDT 2013
index 3f6afc03f6d081c685fbd4053f7cd0c7555ff55b..b4625007837a3a2ba6fa9e3eae3a00b7ed2e3f32 100644 (file)
@@ -2188,7 +2188,7 @@ int nta_agent_add_tport(nta_agent_t *self,
   if (url->url_params) {
     if (url_param(url->url_params, "transport", tp, sizeof(tp)) > 0) {
       if (strchr(tp, ',')) {
-       int i; char *t, *tps[9];
+       int i; char *t, *tps[9] = { 0 };
 
        /* Split tp into transports */
        for (i = 0, t = tp; t && i < 8; i++) {