mirror of https://github.com/ipxe/ipxe.git
[lotest] Fix endianness in status message
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
parent
3633bb246c
commit
f12fcd53b1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue