Module: kamailio
Branch: master
Commit: 2cb9ffc5d110e7baa75a11841369e84c14fe304c
URL: 
https://github.com/kamailio/kamailio/commit/2cb9ffc5d110e7baa75a11841369e84c14fe304c

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2017-05-30T12:35:51+02:00

debugger: fixed function name exported to kemi interface

---

Modified: src/modules/debugger/debugger_mod.c

---

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

---

diff --git a/src/modules/debugger/debugger_mod.c 
b/src/modules/debugger/debugger_mod.c
index bbbd535aef..97dee43590 100644
--- a/src/modules/debugger/debugger_mod.c
+++ b/src/modules/debugger/debugger_mod.c
@@ -621,7 +621,7 @@ static sr_kemi_t sr_kemi_debugger_exports[] = {
                        SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
        },
        { str_init("debugger"), str_init("dbg_pv_dump_ex"),
-               SR_KEMIP_INT, ki_dbg_pv_dump,
+               SR_KEMIP_INT, ki_dbg_pv_dump_ex,
                { SR_KEMIP_INT, SR_KEMIP_INT, SR_KEMIP_NONE,
                        SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
        },


_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to