Browse Source

xmlrpc: updated the way of setting child sip-rpc mode

Daniel-Constantin Mierla 14 years ago
parent
commit
dc623cc592
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/xmlrpc/xmlrpc.c

+ 1 - 1
modules/xmlrpc/xmlrpc.c

@@ -2467,7 +2467,7 @@ static int mod_init(void)
  */
 int mod_register(char *path, int *dlflags, void *p1, void *p2)
 {
-	set_sip_rpc_mode(1);
+	set_child_sip_rpc_mode();
 	return 0;
 }