Module: sip-router
Branch: andrei/rve_f_params
Commit: 950759d9592ed7acf1821b0d96513164bda95c73
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=950759d…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Mon Mar 15 20:16:01 2010 +0100
app_python: update api calls: s/MODULE_T/MODULE2_T
MODULE_T was obsoleted by recent core changes. It was replaced by
MODULE0_T, MODULE1_T and MODULE2_T
---
modules/app_python/python_msgobj.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/app_python/python_msgobj.c b/modules/app_python/python_msgobj.c
index 0299228..830cfdb 100644
--- a/modules/app_python/python_msgobj.c
+++ b/modules/app_python/python_msgobj.c
@@ -219,7 +219,7 @@ msg_call_function(msgobject *self, PyObject *args)
return Py_None;
}
- act = mk_action(MODULE_T, 4 /* number of (type, value) pairs */,
+ act = mk_action(MODULE2_T, 4 /* number of (type, value) pairs */,
MODEXP_ST, fexport, /* function */
NUMBER_ST, 2, /* parameter number */
STRING_ST, arg1, /* param. 1 */