[sr-dev] git:4.3:b30f6c85: core: Fix typo in xavp header file

Hugh Waite hugh.waite at acision.com
Fri May 29 10:13:42 CEST 2015


Module: kamailio
Branch: 4.3
Commit: b30f6c85d40b66049fd118a7f60bad3adc52e7bc
URL: https://github.com/kamailio/kamailio/commit/b30f6c85d40b66049fd118a7f60bad3adc52e7bc

Author: Hugh Waite <hugh.waite at acision.com>
Committer: Hugh Waite <hugh.waite at acision.com>
Date: 2015-05-29T08:54:56+01:00

core: Fix typo in xavp header file

- Corrected avpx_free to xavp_free
(cherry picked from commit c1b486d199349efc931975dc90924962e8b2b353)

---

Modified: xavp.h

---

Diff:  https://github.com/kamailio/kamailio/commit/b30f6c85d40b66049fd118a7f60bad3adc52e7bc.diff
Patch: https://github.com/kamailio/kamailio/commit/b30f6c85d40b66049fd118a7f60bad3adc52e7bc.patch

---

diff --git a/xavp.h b/xavp.h
index 1f6601e..42413e7 100644
--- a/xavp.h
+++ b/xavp.h
@@ -70,7 +70,7 @@ typedef struct _sr_xavp {
 } sr_xavp_t;
 
 int xavp_init_head(void);
-void avpx_free(sr_xavp_t *xa);
+void xavp_free(sr_xavp_t *xa);
 
 int xavp_add(sr_xavp_t *xavp, sr_xavp_t **list);
 int xavp_add_last(sr_xavp_t *xavp, sr_xavp_t **list);




More information about the sr-dev mailing list