`ssh-log-pw-blank': known password fields are now omitted from SSH packet logs
[sgt/putty] / winmisc.c
index 7e58e93..71f09a8 100644 (file)
--- a/winmisc.c
+++ b/winmisc.c
@@ -1,5 +1,5 @@
 /*
- * winmisc.c: miscellaneous Windows-specific things.
+ * winmisc.c: miscellaneous Windows-specific things
  */
 
 #include <stdio.h>
@@ -14,6 +14,8 @@ void platform_get_x11_auth(char *display, int *proto,
     /* We don't support this at all under Windows. */
 }
 
+const char platform_x11_best_transport[] = "localhost";
+
 Filename filename_from_str(const char *str)
 {
     Filename ret;