Browse Source

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

Daniel-Constantin Mierla 14 năm trước cách đây
mục cha
commit
dc623cc592
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }