Skip to content

Commit

Permalink
fix wrong number of parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Jul 8, 2019
1 parent 206dccd commit d697fa0
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -55,6 +55,7 @@ implementation

uses

fastcgi,
BoundSocketSvrImpl;

(*!-----------------------------------------------
Expand All @@ -74,7 +75,7 @@ implementation
);
begin
inherited create(
TBoundSocketSvr.create(),
TBoundSocketSvr.create(FCGI_LISTENSOCK_FILENO),
container,
errHandler,
dispatcherInst
Expand Down

0 comments on commit d697fa0

Please sign in to comment.