X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinplink.c;h=58063352745dbaf7a3e98d779c6ce6f79fa5bc14;hb=03cc84d3f3ec122b0787bf6e97d2e715f979f432;hp=3fe03af32328f4a782b827d7c61f0579a22f0d0b;hpb=a1f3b7a358adaa7c2a98359cd0373aa823eeb14b;p=PuTTY.git diff --git a/windows/winplink.c b/windows/winplink.c index 3fe03af3..58063352 100644 --- a/windows/winplink.c +++ b/windows/winplink.c @@ -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;