Module: sip-router Branch: master Commit: da007aaf6a2296c62189d30c6991e5cdb9f8a4ec URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=da007aaf...
Author: Konstantin Mosesov ez@voipgroup.org.ua Committer: Konstantin Mosesov ez@voipgroup.org.ua Date: Mon Jan 21 19:40:19 2013 +0200
app_python: reverted changes (dlflags)
---
modules/app_python/python_mod.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/app_python/python_mod.c b/modules/app_python/python_mod.c index c5c60fc..d297102 100644 --- a/modules/app_python/python_mod.c +++ b/modules/app_python/python_mod.c @@ -74,7 +74,7 @@ static cmd_export_t cmds[] = { /** module exports */ struct module_exports exports = { "app_python", /* module name */ - DEFAULT_DLFLAGS, /* dlopen flags */ + RTLD_NOW | RTLD_GLOBAL, /* dlopen flags */ cmds, /* exported functions */ params, /* exported parameters */ 0, /* exported statistics */