X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/d27b4a18b02db3bab2bb9f096183b093c7ff27ef..d6dcf6c6407692f1f138f6151e6b24681e103807:/scp.c diff --git a/scp.c b/scp.c index f4c8d794..8237f902 100644 --- a/scp.c +++ b/scp.c @@ -91,7 +91,7 @@ void logevent(char *string) { } -void ldisc_send(char *buf, int len) +void ldisc_send(char *buf, int len, int interactive) { /* * This is only here because of the calls to ldisc_send(NULL, @@ -375,8 +375,6 @@ int from_backend(int is_stderr, char *data, int datalen) return 0; } - inbuf_head = 0; - /* * If this is before the real session begins, just return. */