Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15
net-snmp.9069
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.9069
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 00:54:37.410522720 +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