remember to file your tps reports

This commit is contained in:
Anthony Minessale 2013-04-24 15:52:10 -05:00
parent 66bfd299f5
commit 03f9daf002
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Wed Apr 24 12:10:37 CDT 2013
Wed Apr 24 15:51:55 CDT 2013

View 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++) {