Module: sip-router Branch: master Commit: 1d51ef127bc546cbe7e950dedc135a529e9ed2aa URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d51ef12...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Feb 27 21:37:24 2012 +0100
xmlops: fixed internal module name
- c&p error propagated when the module was split from presence_xml - reported by Olle E. Johansson
---
modules/xmlops/xmlops_mod.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/xmlops/xmlops_mod.c b/modules/xmlops/xmlops_mod.c index 26e8e41..132c9e1 100644 --- a/modules/xmlops/xmlops_mod.c +++ b/modules/xmlops/xmlops_mod.c @@ -58,7 +58,7 @@ static param_export_t params[]={
/** module exports */ struct module_exports exports= { - "presence_xml", /* module name */ + "xmlops", /* module name */ DEFAULT_DLFLAGS, /* dlopen flags */ 0, /* exported functions */ params, /* exported parameters */