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

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

modules/cpl-c: updated to include new argument to append_branch()

---

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

diff --git a/modules/cpl-c/cpl_sig.c b/modules/cpl-c/cpl_sig.c
index 2459086..34f61ac 100644
--- a/modules/cpl-c/cpl_sig.c
+++ b/modules/cpl-c/cpl_sig.c
@@ -92,7 +92,7 @@ int cpl_proxy_to_loc_set( struct sip_msg *msg, struct 
location **locs,
                        (*locs)->addr.uri.len, (*locs)->addr.uri.s, bflags);
                if(append_branch(msg, &(*locs)->addr.uri,
                                 &(*locs)->addr.received, 0,
-                                Q_UNSPECIFIED, bflags, 0, 0, 0)==-1){
+                                Q_UNSPECIFIED, bflags, 0, 0, 0, 0)==-1){
                        LM_ERR("failed when appending branch <%s>\n",
                               (*locs)->addr.uri.s);
                        goto error;


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

Reply via email to