Re: [Ipmitool-devel] Error in lanplus.c

2011-03-28 Thread Albert Chu
In addition to that, why is there a sleep(1) in there? That seems really bad. Perhaps some debug code someone left in there by accident? Al On Sat, 2011-03-26 at 09:39 -0700, [email protected] wrote: > Hi all, > > I was going through the lanplus code ensuring I didn't mess things up w

[Ipmitool-devel] Error in lanplus.c

2011-03-26 Thread Dick.Detweiler
Hi all, I was going through the lanplus code ensuring I didn't mess things up with some changes I was making and ran across this at line 3552 of lanplus.c in version 1.8.10: 3550:if (ipmi_get_auth_capabilities_cmd(intf, &auth_cap)) { 3551:sleep(1); 3552:i