瀏覽代碼

* TCustomHTTPModule was not always created when needed.

git-svn-id: trunk@7434 -
joost 18 年之前
父節點
當前提交
4ed68cc386
共有 1 個文件被更改,包括 1 次插入0 次删除
  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