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
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