Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
net-snmp.22266
net-snmp-5.7.3-helpers-table-skip-if-next-handl...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File net-snmp-5.7.3-helpers-table-skip-if-next-handler-called.patch of Package net-snmp.22266
diff -Nurp net-snmp-5.7.3-orig/agent/helpers/table.c net-snmp-5.7.3/agent/helpers/table.c --- net-snmp-5.7.3-orig/agent/helpers/table.c 2014-12-08 21:23:22.000000000 +0100 +++ net-snmp-5.7.3/agent/helpers/table.c 2018-10-09 01:03:21.674164553 +0200 @@ -406,6 +406,8 @@ table_helper_handler(netsnmp_mib_handler if (reqinfo->mode == MODE_GET) table_helper_cleanup(reqinfo, request, SNMP_NOSUCHOBJECT); + else + request->processed = 1; /* skip if next handler called */ continue; } @@ -483,6 +485,8 @@ table_helper_handler(netsnmp_mib_handler #endif /* NETSNMP_NO_WRITE_SUPPORT */ table_helper_cleanup(reqinfo, request, SNMP_NOSUCHOBJECT); + else + request->processed = 1; /* skip if next handler called */ continue; } /*
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor