]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - net.cc
* net.cc (do_net): Default to direct download.
[cygwin-apps/setup.git] / net.cc
diff --git a/net.cc b/net.cc
index f497857675c94974131dca13be38ad21d4a03e8b..cbaddca4848d384390f991a33955257b0b7c4c3f 100644 (file)
--- a/net.cc
+++ b/net.cc
@@ -138,6 +138,7 @@ do_net (HINSTANCE h)
 {
   int rv = 0;
 
+  net_method = IDC_NET_DIRECT;
   rv = DialogBox (h, MAKEINTRESOURCE (IDD_NET), 0, dialog_proc);
   if (rv == -1)
     fatal (IDS_DIALOG_FAILED);
This page took 0.026629 seconds and 5 git commands to generate.