Module: sip-router Branch: master Commit: f717262c67a45419d457989cf408fd81264ba900 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f717262c...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Sat Jul 4 15:17:58 2009 +0300
modules_s/xmlrpc: fixed typo in name of module parameter
- enable_instrospection => enable_introspection.
---
modules_s/xmlrpc/xmlrpc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_s/xmlrpc/xmlrpc.c b/modules_s/xmlrpc/xmlrpc.c index 4ca7ab2..f97bf89 100644 --- a/modules_s/xmlrpc/xmlrpc.c +++ b/modules_s/xmlrpc/xmlrpc.c @@ -397,7 +397,7 @@ static cmd_export_t cmds[] = { * Exported parameters */ static param_export_t params[] = { - {"enable_instrospection", PARAM_INT, &enable_introspection}, + {"enable_introspection", PARAM_INT, &enable_introspection}, {"route", PARAM_STRING, &xmlrpc_route}, {0, 0, 0} };