X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.c;h=a8baad6d2e4aa25a84a1bf886514e85fd37fdde9;hb=5904545cc18289541702da284b00490cb25a753e;hp=1d331603cbf7f5ea67a641466ce1eba546c9d670;hpb=dd0f1e5cc7c5cc52d36a7c8e2fc6434887fd165e;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