From fa590b418623face16e819698186695d78dd309e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 1 Feb 2021 17:45:15 +0100 Subject: net-analyzer/iptraf-ng: remove unused patch(es) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- .../iptraf-ng/files/iptraf-ng-1.1.4-tcplog_flowrate_msg.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net-analyzer/iptraf-ng/files/iptraf-ng-1.1.4-tcplog_flowrate_msg.patch (limited to 'net-analyzer/iptraf-ng') diff --git a/net-analyzer/iptraf-ng/files/iptraf-ng-1.1.4-tcplog_flowrate_msg.patch b/net-analyzer/iptraf-ng/files/iptraf-ng-1.1.4-tcplog_flowrate_msg.patch deleted file mode 100644 index 8e01989fe6fe..000000000000 --- a/net-analyzer/iptraf-ng/files/iptraf-ng-1.1.4-tcplog_flowrate_msg.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/tcptable.c -+++ b/src/tcptable.c -@@ -437,6 +437,8 @@ static char *tcplog_flowrate_msg(struct tcptableent *entry, char *buf, - size_t bufsize) - { - time_t interval = time(NULL) - entry->conn_starttime; -+ if (interval < 1) -+ interval = 1; - - char rbuf[64]; - rate_print(entry->bcount / interval, rbuf, sizeof(rbuf)); -- cgit v1.2.3-65-gdbad