Hi all,
I've problem with "netsnmp_oid_stash_get_data" api.
I've insert 
in c++ source file:

        netsnmp_oid_stash_node *root = 
netsnmp_oid_stash_create_node();
        oid suffix[]=
{1,3,6,1,2,1,4,2,0};
        netsnmp_oid_stash_get_data(root,suffix,
anOID_len);

but it returns me valure 0, while value must be 64. Why?

Have i missed something?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to