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

Author: Juha Heinanen <[email protected]>
Committer: Juha Heinanen <[email protected]>
Date:   Sat Dec  8 16:00:34 2012 +0200

modules_k/pv: fixed compilation error in define

- removed extra ';' from km_append_branch define
- thanks to Daniel-Constantin Mierla for reporting

---

 dset.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dset.h b/dset.h
index b825df7..bc131ef 100644
--- a/dset.h
+++ b/dset.h
@@ -92,7 +92,7 @@ int append_branch(struct sip_msg* msg, str* uri, str* 
dst_uri, str* path,
 
 /*! \brief kamailio compatible version */
 #define km_append_branch(msg, uri, dst_uri, path, q, flags, force_socket) \
-    append_branch(msg, uri, dst_uri, path, q, flags, force_socket, 0, 0);
+    append_branch(msg, uri, dst_uri, path, q, flags, force_socket, 0, 0)
 
 /*! \brief ser compatible append_branch version.
  *  append_branch version compatible with ser: no path or branch flags support


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

Reply via email to