>>>>> On Wed, 27 Jul 2011 17:06:42 -0400, <[email protected]> said:
> I apologize for posting to this list if it is not the correct place to
> post. I have submitted a bug report here
It looks like one part of the patch from the original patch is no longer
in the code. If a 'make test' comes out ok, I'll commit it again. I'm
not sure if that part (#2 of 3) was applied and later removed or if it
was never applied. Odd.
Can you see if the attached patch fixes the problem?
--
Wes Hardaker
Please mail all replies to [email protected]
diff --git a/perl/SNMP/SNMP.xs b/perl/SNMP/SNMP.xs
index b4905ca..2ca219e 100644
--- a/perl/SNMP/SNMP.xs
+++ b/perl/SNMP/SNMP.xs
@@ -1756,6 +1756,8 @@ _bulkwalk_send_pdu(walk_context *context)
**
** In either case, return a NULL pointer on error or failure.
*/
+ if(!async)
+ SP -= items;
SV **sess_ptr_sv = hv_fetch((HV*)SvRV(context->sess_ref), "SessPtr", 7, 1);
netsnmp_session *ss = (SnmpSession *)SvIV((SV*)SvRV(*sess_ptr_sv));
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders