RJK's patch to enable PuTTY's X forwarding to connect to local X
[u/mdw/putty] / unix / uxsftp.c
index c86b8ea..6e1a0ed 100644 (file)
@@ -34,6 +34,8 @@ void platform_get_x11_auth(char *display, int *protocol,
     /* Do nothing, therefore no auth. */
 }
 
+const char platform_x11_best_transport[] = "unix";
+
 /*
  * Default settings that are specific to PSFTP.
  */