Browse Source

[lotest] Fix endianness in status message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
f12fcd53b1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/usr/lotest.c

+ 1
- 1
src/usr/lotest.c View File

194
 			}
194
 			}
195
 		} else {
195
 		} else {
196
 			printf ( "\nReceived spurious packet type %04x\n",
196
 			printf ( "\nReceived spurious packet type %04x\n",
197
-				 net_proto );
197
+				 ntohs ( net_proto ) );
198
 			/* Continue; this allows for the fact that
198
 			/* Continue; this allows for the fact that
199
 			 * there may have been packets outstanding on
199
 			 * there may have been packets outstanding on
200
 			 * the wire when we started the test.
200
 			 * the wire when we started the test.

Loading…
Cancel
Save