From f8b4d848c0a1fa54ffcd8c7df6c375506b26c4b6 Mon Sep 17 00:00:00 2001 From: trz Date: Tue, 10 Oct 2006 19:24:23 +0000 Subject: fix for transport test failure in nightly testsuite --- runtime/stpd/librelay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/stpd/librelay.c') diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c index f39b0785..0a5040c2 100644 --- a/runtime/stpd/librelay.c +++ b/runtime/stpd/librelay.c @@ -624,9 +624,9 @@ static int merge_output(void) } } - if (!quiet) + if (min && !quiet) fwrite_unlocked (buf[j]+TIMESTAMP_SIZE, length[j], 1, stdout); - if (!print_only) + if (min && !print_only) fwrite_unlocked (buf[j]+TIMESTAMP_SIZE, length[j], 1, ofp); if (min && ++count != min) { -- cgit