Module: sip-router Branch: 3.2 Commit: 3259ef734158d9cd63ce3fa94565f5cd4260e3f6 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3259ef73...
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 (cherry picked from commit 1d51ef127bc546cbe7e950dedc135a529e9ed2aa)
---
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 */