Skip to content

Commit

Permalink
mi_xmlrpc_ng: set default path to "RPC2"
Browse files Browse the repository at this point in the history
 - closes #391
  • Loading branch information
ovidiusas committed Nov 28, 2014
1 parent 27810d7 commit e93a98b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/mi_xmlrpc_ng/README
Expand Up @@ -72,7 +72,7 @@ Chapter 1. Admin Guide
Specifies the root path for xmlrpc requests:
http://[opensips_IP]:[opensips_httpd_port]/[mi_xmlrpc_ng_root]

The default value is "xmlrpc".
The default value is "RPC2".

Example 1.1. Set mi_xmlrpc_ng_root parameter
...
Expand Down
2 changes: 1 addition & 1 deletion modules/mi_xmlrpc_ng/doc/mi_xmlrpc_ng_admin.xml
Expand Up @@ -59,7 +59,7 @@
http://[opensips_IP]:[opensips_httpd_port]/[mi_xmlrpc_ng_root]
</para>
<para>
<emphasis>The default value is "xmlrpc".</emphasis>
<emphasis>The default value is "RPC2".</emphasis>
</para>
<example>
<title>Set <varname>mi_xmlrpc_ng_root</varname> parameter</title>
Expand Down
2 changes: 1 addition & 1 deletion modules/mi_xmlrpc_ng/mi_xmlrpc_http.c
Expand Up @@ -44,7 +44,7 @@ void mi_xmlrpc_http_answer_to_connection (void *cls, void *connection,
str *buffer, str *page);
static ssize_t mi_xmlrpc_http_flush_data(void *cls, uint64_t pos, char *buf, size_t max);

str http_root = str_init("xmlrpc");
str http_root = str_init("RPC2");
httpd_api_t httpd_api;


Expand Down

0 comments on commit e93a98b

Please sign in to comment.