>>>>> On Tue, 08 Feb 2011 17:56:51 +0300, Konstantin Baydarov >>>>> <[email protected]> said:
KB> The "No statistics available" check fails because sizeof returns KB> "strlen() + 1" symbol. I'm not sure about recent kernels but in the KB> Linux 2.6.19 there is a dot at the end of line: "No statistics KB> available." Thanks; I'm applying the patch. In the future, though, we'd appreciate it if you'd submit patches to our patch db at: http://www.net-snmp.org/patches/ As this makes sure we don't loose the patch in the mailing list traffic. Actually, the patch didn't apply cleanly for some reason. So in the process of creating a new one I changed it from sizeof(foo)-1 to strlen(foo) which I think is the "true" way to do it. -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
