[sr-dev] git:master:2cb9ffc5: debugger: fixed function name exported to kemi interface

Daniel-Constantin Mierla miconda at gmail.com
Tue May 30 12:36:26 CEST 2017


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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 }
 	},




More information about the sr-dev mailing list