aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp/files/patch-agent_registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-agent_registry.c')
-rw-r--r--net-mgmt/net-snmp/files/patch-agent_registry.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/net-snmp/files/patch-agent_registry.c b/net-mgmt/net-snmp/files/patch-agent_registry.c
deleted file mode 100644
index 8c81bdf5ab52..000000000000
--- a/net-mgmt/net-snmp/files/patch-agent_registry.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- agent/agent_registry.c.orig 2008-08-24 23:24:04.944441100 +0900
-+++ agent/agent_registry.c 2008-08-24 23:25:37.996227686 +0900
-@@ -532,7 +532,8 @@
-
- if (next && (next->namelen == new_sub->namelen) &&
- (next->priority == new_sub->priority)) {
-- netsnmp_assert(!"registration != duplicate"); /* always false */
-+ if (new_sub->namelen != 1) /* ignore root OID dups */
-+ netsnmp_assert(!"registration != duplicate"); /* always false */
- return MIB_DUPLICATE_REGISTRATION;
- }
-