Module: sip-router Branch: master Commit: 76ad065338e6970c09c5ed8bc0f84fd2bfdf0ac2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76ad0653...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Thu Nov 27 16:16:26 2014 -0500
tm: fix warning: may be used uninitialized in this function
---
modules/tm/t_append_branches.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tm/t_append_branches.c b/modules/tm/t_append_branches.c index 566a642..be9731b 100644 --- a/modules/tm/t_append_branches.c +++ b/modules/tm/t_append_branches.c @@ -50,7 +50,7 @@
int t_append_branches(void) { struct cell *t = NULL; - struct sip_msg *orig_msg; + struct sip_msg *orig_msg = NULL; short outgoings;
int success_branch;