[sr-dev] git:master: tls: Set internal module name to "tls".

Jan Janak jan at iptel.org
Fri Aug 7 13:35:58 CEST 2009


Module: sip-router
Branch: master
Commit: a2bae03c1760ea5764728e3611ee82161270bedd
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a2bae03c1760ea5764728e3611ee82161270bedd

Author: Jan Janak <jan at iptel.org>
Committer: Jan Janak <jan at 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 at 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 */




More information about the sr-dev mailing list