summaryrefslogtreecommitdiff
path: root/security/ssh2/patches/patch-bh
blob: 2d1bd9bbe5563bd909b1f16cff556772eb139c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-bh,v 1.1 2006/11/02 12:31:58 kivinen Exp $

--- apps/ssh/scp2.c.orig	2003-12-03 15:17:22.000000000 +0200
+++ apps/ssh/scp2.c
@@ -833,6 +833,7 @@ void scp_simple_progress_cb(SshFileCopyC
   
   fprintf(stdout, "%s | %4sB | %4sB/s | TOC: %s\r\n",
           file_name, num_buffer, tr_rate_buffer, toc_buffer);
+  fflush(stdout);
   ssh_xfree(file_name);
 }