]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winplink.c
Fix markup error introduced in r9626.
[PuTTY.git] / windows / winplink.c
index 3fe03af32328f4a782b827d7c61f0579a22f0d0b..58063352745dbaf7a3e98d779c6ce6f79fa5bc14 100644 (file)
@@ -130,6 +130,12 @@ int from_backend_untrusted(void *frontend_handle, const char *data, int len)
     return 0; /* not reached */
 }
 
+int from_backend_eof(void *frontend_handle)
+{
+    handle_write_eof(stdout_handle);
+    return FALSE;   /* do not respond to incoming EOF with outgoing */
+}
+
 int get_userpass_input(prompts_t *p, unsigned char *in, int inlen)
 {
     int ret;