Browse Source

* Init use_proxy to false, Mantis #21097

git-svn-id: trunk@20099 -
marco 13 years ago
parent
commit
5ce5f4f2a9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/go32v2/dos.pp

+ 2 - 1
rtl/go32v2/dos.pp

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