mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* remove forced debug flag
git-svn-id: trunk@43065 -
This commit is contained in:
parent
7f94a08b67
commit
97ce90ef0d
@ -630,7 +630,7 @@ Var
|
||||
F,P : Integer;
|
||||
|
||||
begin
|
||||
F:=OptionsToFlags or MHD_USE_DEBUG;
|
||||
F:=OptionsToFlags;
|
||||
P:=Port;
|
||||
Result:= MHD_start_daemon(F,P,
|
||||
@AcceptCallBack, Self,
|
||||
|
Loading…
Reference in New Issue
Block a user