X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.c;fp=psftp.c;h=a8baad6d2e4aa25a84a1bf886514e85fd37fdde9;hb=23208779e78024a004f5e51c189874cb50c29af0;hp=1d331603cbf7f5ea67a641466ce1eba546c9d670;hpb=02dd708116bc5a5ece8041ddbd7fdca65c3f135d;p=PuTTY.git diff --git a/psftp.c b/psftp.c index 1d331603..a8baad6d 100644 --- a/psftp.c +++ b/psftp.c @@ -2505,16 +2505,7 @@ void connection_fatal(void *frontend, char *fmt, ...) cleanup_exit(1); } -void ldisc_send(void *handle, char *buf, int len, int interactive) -{ - /* - * This is only here because of the calls to ldisc_send(NULL, - * 0) in ssh.c. Nothing in PSFTP actually needs to use the - * ldisc as an ldisc. So if we get called with any real data, I - * want to know about it. - */ - assert(len == 0); -} +void ldisc_echoedit_update(void *handle) { } /* * In psftp, all agent requests should be synchronous, so this is a