diff --git a/smmapdfw/smmapd/snmp_subagent.c b/smmapdfw/smmapd/snmp_subagent.c index 2442013..e18d388 100644 --- a/smmapdfw/smmapd/snmp_subagent.c +++ b/smmapdfw/smmapd/snmp_subagent.c @@ -19,6 +19,13 @@ handle_counter32(netsnmp_mib_handler *handler, /* a instance handler also only hands us one request at a time, so we don't need to loop over a list of requests; we'll only get one. */ + +int i; +printf("*** name: "); +for (i=0; irequestvb->name_length; i++) { + printf("%d ", requests->requestvb->name[i]); +} +printf("\n"); switch(reqinfo->mode) {