name stuff

This commit is contained in:
whottgen 2004-11-05 12:16:58 +00:00
parent ae9fc97ea1
commit 82e2f931e7

View File

@ -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; i<requests->requestvb->name_length; i++) {
printf("%d ", requests->requestvb->name[i]);
}
printf("\n");
switch(reqinfo->mode) {