Tidy up the SERIOUS NETWORK ERROR fixes
[sgt/putty] / scp.c
diff --git a/scp.c b/scp.c
index f4c8d79..8237f90 100644 (file)
--- 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.
      */