]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - unix/uxplink.c
Implement connection sharing between instances of PuTTY.
[PuTTY_svn.git] / unix / uxplink.c
index ee5cef8aa30f0d50d37f5a99cdacb7f6ec5af679..81356d363fd07ff4a30f1717f203759b6cdfaf8d 100644 (file)
@@ -74,10 +74,6 @@ void nonfatal(char *p, ...)
     va_end(ap);
     fputc('\n', stderr);
     postmsg(&cf);
-    if (logctx) {
-        log_free(logctx);
-        logctx = NULL;
-    }
 }
 void connection_fatal(void *frontend, char *p, ...)
 {
@@ -595,6 +591,9 @@ static void version(void)
 
 void frontend_net_error_pending(void) {}
 
+const int share_can_be_downstream = TRUE;
+const int share_can_be_upstream = TRUE;
+
 int main(int argc, char **argv)
 {
     int sending;