Re: [Freeipmi-devel] bmc-info bug

2007-01-09 Thread Al Chu
Looking at section 6.4 in the spec, I guess the == to channel_info_list [i].protocol_type was forgotten. I'll add that. Al On Tue, 2007-01-09 at 09:41 -0800, Al Chu wrote: > if (IPMI_CHANNEL_PROTOCOL_TYPE_IS_RESERVED(channel_info_list > [i].protocol_type)) > printf ("Protocol T

[Freeipmi-devel] bmc-info bug

2007-01-09 Thread Al Chu
if (IPMI_CHANNEL_PROTOCOL_TYPE_IS_RESERVED(channel_info_list [i].protocol_type)) printf ("Protocol Type: %s\n", "Reserved"); else if (IPMI_CHANNEL_PROTOCOL_TYPE_IPMB) printf ("Protocol Type: %s\n", "IPMB-1.0"); else if (IPMI_CHANNEL_PROTOCOL_TYPE_ICMB_10)