Re: [Ipmitool-devel] lanplus double auth_capabilities

2013-01-10 Thread Zdenek Styblik
On Thu, Jan 10, 2013 at 3:49 PM, Ales Ledvinka wrote: > In src/plugins/lanplus/lanplus.c the second if ends with ";" > Any idea if that is intentional to fail after the second get auth cap > regardless of return code? > > > * I'm not sure why we accept a failure for the first call >

[Ipmitool-devel] lanplus double auth_capabilities

2013-01-10 Thread Ales Ledvinka
In src/plugins/lanplus/lanplus.c the second if ends with ";" Any idea if that is intentional to fail after the second get auth cap regardless of return code? * I'm not sure why we accept a failure for the first call */ if (ipmi_get_auth_capabilities_cmd(intf, &auth_cap))