2009/8/24 niepa inter <[email protected]>: > I modified the netsnmp_table_set_multi_add_default_row as shown below but it > does not work. > > netsnmp_table_set_multi_add_default_row(table_set, > 2, ASN_OCTET_STR, 1, mystring1, > strlen(mystring1), > 3, ASN_OCTET_STR, 1, mystring2, > strlen(mystring2), > 0 /* done */ );
OK - that sets the default configuration for a row. How are you actually trying to create the initial contents of the table? What rows should it contain? What does the code actually look like? Dave ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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
