Explorar o código

* TCustomHTTPModule was not always created when needed.

git-svn-id: trunk@7434 -
joost %!s(int64=18) %!d(string=hai) anos
pai
achega
4ed68cc386
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/fcl-web/src/fpcgi.pp

+ 1 - 0
packages/fcl-web/src/fpcgi.pp

@@ -121,6 +121,7 @@ Var
   
 begin
   MC:=Nil;
+  M:=Nil;
   If (OnGetModule<>Nil) then
     OnGetModule(Self,ARequest,MC);
   If (MC=Nil) then