Dirk,
   It worked like magic!!!! :) Thanks a ton...,
Regards,
Arijit

-----Original Message-----
From: Froese Dirk [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 15, 2004 12:01 PM
To: '[EMAIL PROTECTED]'
Subject: Re: Problem with snmp getnext in table


I have had the same problem. Only if all indices are specified in the get
request you get the correct answer. The problem lies in the function
'netsnmp_table_index_find_next_row' in agent/helpers/table .c:
....
   /*
     * no indexes, or below our minimum column? then use first row.
     */
    if((tblreq->number_indexes == 0) || -> ?????????
       (tblreq->colnum < tblreq->reg_info->min_column)) {
        tblreq->colnum = tblreq->reg_info->min_column;
        row = CONTAINER_FIRST(c);
    } else {
 .....

I think, this code isnīt correct.

Dirk


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to