From a7f56345112d5666e5a236c54af31edcac9c1aa0 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Tue, 25 Jan 2005 23:49:30 +0000 Subject: - Update to 5.2.1. - Add a patch to fix memory leak (SF bugs #1103644). - Add WITH_DMALLOC knob (with a lot of patches to fix #include order). --- net-mgmt/net-snmp/files/patch-interfaces.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'net-mgmt/net-snmp/files/patch-interfaces.c') diff --git a/net-mgmt/net-snmp/files/patch-interfaces.c b/net-mgmt/net-snmp/files/patch-interfaces.c index c9d465c00859..e69de29bb2d1 100644 --- a/net-mgmt/net-snmp/files/patch-interfaces.c +++ b/net-mgmt/net-snmp/files/patch-interfaces.c @@ -1,16 +0,0 @@ ---- agent/mibgroup/mibII/interfaces.c.orig Sat Jun 8 00:18:03 2002 -+++ agent/mibgroup/mibII/interfaces.c Mon Jul 29 12:35:08 2002 -@@ -555,11 +555,9 @@ - ifp->ifm_type)); - } - } -- if (have_ifinfo && have_addr) { -+ if (have_ifinfo) { - return 0; -- } else if (have_ifinfo && !(if_msg->ifm_flags & IFF_UP)) -- return 0; -- else { -+ } else { - return -1; - } - } -- cgit v1.2.3