X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b4e54c852782585f17b23c1b2b7842917fd218b0..d947d2b023654d201c1239adc3aee1411523d63b:/pscp.c diff --git a/pscp.c b/pscp.c index 8e082e73..e208157b 100644 --- a/pscp.c +++ b/pscp.c @@ -180,12 +180,6 @@ int from_backend(void *frontend, int is_stderr, const char *data, int datalen) return 0; } - /* - * If this is before the real session begins, just return. - */ - if (!outptr) - return 0; - if ((outlen > 0) && (len > 0)) { unsigned used = outlen; if (used > len)