On Wed, 2005-04-20 at 13:24 -0700, Roland Dreier wrote:
> Looks like a real bug -- I think
> 
>               flow_class = be32_to_cpu(&grh->version_tclass_flow);
> 
> should be
> 
>               flow_class = be32_to_cpu(grh->version_tclass_flow);
> 
> (ie no "&" -- we want to swap the value, not the address!)

That is what I thought as well, but there are other places in the code
that do the same thing.

agent.c:159
ping.c:137

-tduffy

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to