git:master: modules_s/xmlrpc: fixed typo in name of module parameter

1 message Options
Embed this post
Permalink
Juha Heinanen

git:master: modules_s/xmlrpc: fixed typo in name of module parameter

Reply Threaded More More options
Print post
Permalink
Module: sip-router
Branch: master
Commit: f717262c67a45419d457989cf408fd81264ba900
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f717262c67a45419d457989cf408fd81264ba900

Author: Juha Heinanen <[hidden email]>
Committer: Juha Heinanen <[hidden email]>
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}
 };


_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev