Bladeren bron

* Init use_proxy to false, Mantis #21097

git-svn-id: trunk@20099 -
marco 13 jaren geleden
bovenliggende
commit
5ce5f4f2a9
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      rtl/go32v2/dos.pp

+ 2 - 1
rtl/go32v2/dos.pp

@@ -349,7 +349,8 @@ var
 
 
 begin
 begin
 { create command line }
 { create command line }
-  c:=comline;
+  c:=comline; 
+  use_proxy:=false;
   if force_go32v2_proxy then
   if force_go32v2_proxy then
     Use_proxy:=true
     Use_proxy:=true
   else if length(c)>DOS_MAX_COMMAND_LINE_LENGTH then
   else if length(c)>DOS_MAX_COMMAND_LINE_LENGTH then