X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=3a3d57680ed3ceb02670fd0937735b8a6a7305ba;hb=9878243b4e002b50ee444cf906b9e13faba4fe01;hp=1eb6f949d708211160a19afbc86a625b843dc685;hpb=152b9a21a2a057869ed1f459ad375c9cb3396ea5;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 1eb6f94..3a3d576 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2796,7 +2796,7 @@ class Brisk $subs = "briskin5/"; $subs_l = strlen($subs); if (!strncmp($path, $subs, $subs_l)) { - $ret = Bin5::request_mgr(&$s_a_p, $header, &$header_out, &$new_socket, substr($path, $subs_l) , $addr, $get, $post, $cookie); + $ret = Bin5::request_mgr($s_a_p, $header, $header_out, $new_socket, substr($path, $subs_l) , $addr, $get, $post, $cookie); return ($ret); } break;