Przeglądaj źródła

* initialize Result variable of THTTPSysHandler.WaitForRequest

Sven Barth 4 lat temu
rodzic
commit
2650049b2c
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      packages/fcl-web/src/base/custhttpsys.pp

+ 2 - 0
packages/fcl-web/src/base/custhttpsys.pp

@@ -635,6 +635,8 @@ var
   readsize: ULONG;
   res: ULONG;
 begin
+  Result := False;
+
   if not Assigned(fBuffer) then begin
     InitUrls;