From: Ralph Ronnquist Date: Wed, 15 Jun 2022 14:11:51 +0000 (+1000) Subject: less output X-Git-Tag: 0.1~30 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=2c67ce1582980252594e3afaeba20b0ee7b60dd5;p=rrq%2Frrqmisc.git less output --- diff --git a/socket-sniff/socket-sniff.c b/socket-sniff/socket-sniff.c index 6844359..3048c0d 100644 --- a/socket-sniff/socket-sniff.c +++ b/socket-sniff/socket-sniff.c @@ -133,7 +133,7 @@ static void add_show_table(char *ip,size_t length) { add_worst_ordered( item ); } } - fprintf( stdout, "" ); + //fprintf( stdout, "" ); for ( i = 0; i < worst.fill; i++ ) { item = worst.table[ i ]; if ( item->total && item->last ) {