Module: sip-router Branch: master Commit: a2bae03c1760ea5764728e3611ee82161270bedd URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a2bae03c...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Fri Aug 7 13:35:39 2009 +0200
tls: Set internal module name to "tls".
Set module name to "tls", not "tlsops". Reported by MÉSZÁROS Mihály misi@niif.hu
---
modules/tls/tls_mod.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tls/tls_mod.c b/modules/tls/tls_mod.c index 7f79ce8..f0499e2 100644 --- a/modules/tls/tls_mod.c +++ b/modules/tls/tls_mod.c @@ -224,7 +224,7 @@ static param_export_t params[] = { * Module interface */ struct module_exports exports = { - "tlsops", + "tls", DEFAULT_DLFLAGS, /* dlopen flags */ cmds, /* Exported functions */ params, /* Exported parameters */