Module: sip-router
Branch: pd/outbound
Commit: 4ed5c06088fc87a32ecb59a291f83e947aee7070
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ed5c06088fc87a32ecb59a291f83e947aee7070

Author: Peter Dunkley <[email protected]>
Committer: Peter Dunkley <[email protected]>
Date:   Thu Mar 14 22:58:04 2013 +0000

modules/exec: updated to include new argument to append_branch()

---

 modules/exec/exec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/exec/exec.c b/modules/exec/exec.c
index a97f471..ab8d1e6 100644
--- a/modules/exec/exec.c
+++ b/modules/exec/exec.c
@@ -168,7 +168,7 @@ int exec_str(struct sip_msg *msg, char *cmd, char *param, 
int param_len) {
                        }
                } else {
                    if (append_branch(msg, &uri, 0, 0, Q_UNSPECIFIED, 0, 0,
-                                     0, 0) == -1) {
+                                     0, 0, 0) == -1) {
                                LM_ERR("append_branch failed; too many or too 
long URIs?\n");
                                goto error02;
                        }


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to