2
0
Эх сурвалжийг харах

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

Daniel-Constantin Mierla 14 жил өмнө
parent
commit
dc623cc592

+ 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;
 }