[sr-dev] git:andrei/rve_f_params: perl(k): update api calls: s/MODULE_T/MODULE2_T/

Andrei Pelinescu-Onciul andrei at iptel.org
Mon Mar 15 20:21:16 CET 2010


Module: sip-router
Branch: andrei/rve_f_params
Commit: 1e18649d3cb322b889e6ca9ebbdd4e88015981f8
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1e18649d3cb322b889e6ca9ebbdd4e88015981f8

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Mar 15 20:18:40 2010 +0100

perl(k): update api calls:  s/MODULE_T/MODULE2_T/

MODULE_T was obsoleted by recent changes. It was replaced by
MODULE0_T, MODULE1_T and MODULE2_T.

---

 modules_k/perl/openserxs.xs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_k/perl/openserxs.xs b/modules_k/perl/openserxs.xs
index 4ee86b6..998b219 100644
--- a/modules_k/perl/openserxs.xs
+++ b/modules_k/perl/openserxs.xs
@@ -259,7 +259,7 @@ int moduleFunc(struct sip_msg *m, char *func,
 		return -1;
 	}
 
-	act = mk_action(MODULE_T, 4 /* number of (type, value) pairs */,
+	act = mk_action(MODULE2_T, 4 /* number of (type, value) pairs */,
 					MODEXP_ST, exp_func_struct, /* function */
 					NUMBER_ST, 2,  /* parameter number */
 					STRING_ST, argv[0], /* param. 1 */




More information about the sr-dev mailing list