]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - psftp.c
Implement connection sharing between instances of PuTTY.
[PuTTY_svn.git] / psftp.c
diff --git a/psftp.c b/psftp.c
index 8ed2343aa14df3b8c9086fea2f74cca33434abc1..c6ed98e97edca5e06853aa4ba9be18e3a92dfa79 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -2885,6 +2885,9 @@ void cmdline_error(char *p, ...)
     exit(1);
 }
 
+const int share_can_be_downstream = TRUE;
+const int share_can_be_upstream = FALSE;
+
 /*
  * Main program. Parse arguments etc.
  */