summaryrefslogtreecommitdiff
path: root/net/mrtg/patches/patch-ae
blob: e57681562d49a074fe8c4f4aace99f94174079ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2002/11/19 11:24:29 martti Exp $

--- lib/mrtg2/SNMP_Session.pm.orig	Tue Nov 19 13:12:41 2002
+++ lib/mrtg2/SNMP_Session.pm	Tue Nov 19 13:13:35 2002
@@ -99,7 +99,7 @@
 ### some agents erroneously encode the response ID as an unsigned,
 ### which prevents this code from matching such responses to requests.
 ###
-my $default_avoid_negative_request_ids = 0;
+my $default_avoid_negative_request_ids = 1;
 
 ### Whether all SNMP_Session objects should share a single UDP socket.
 ###