It's critically important that the local proxy process should not
[u/mdw/putty] / unix / uxpty.c
index b54ed41..637eaa1 100644 (file)
@@ -865,6 +865,8 @@ static const char *pty_init(void *frontend, void **backend_handle, Config *cfg,
 
     *backend_handle = pty;
 
+    *realhost = dupprintf("\0");
+
     return NULL;
 }