2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-26 19:29:04 +00:00

[lotest] Fix endianness in status message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2010-11-20 05:08:25 +00:00
parent 3633bb246c
commit f12fcd53b1

View File

@ -194,7 +194,7 @@ int loopback_test ( struct net_device *sender, struct net_device *receiver,
}
} else {
printf ( "\nReceived spurious packet type %04x\n",
net_proto );
ntohs ( net_proto ) );
/* Continue; this allows for the fact that
* there may have been packets outstanding on
* the wire when we started the test.