Blob Blame History Raw
diff -urNp o/agent/helpers/table.c n/agent/helpers/table.c
--- o/agent/helpers/table.c	2019-08-14 11:12:30.693772682 +0200
+++ n/agent/helpers/table.c	2019-08-14 11:22:14.674403722 +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;
             }
             /*