summaryrefslogtreecommitdiff
path: root/src/tun/test_tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tun/test_tun.c')
-rw-r--r--src/tun/test_tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tun/test_tun.c b/src/tun/test_tun.c
index 3539fd177..71737d8f0 100644
--- a/src/tun/test_tun.c
+++ b/src/tun/test_tun.c
@@ -56,7 +56,7 @@ test_udp (size_t pll,
56 pll); 56 pll);
57 if (crc != ntohs (udp.crc)) 57 if (crc != ntohs (udp.crc))
58 { 58 {
59 fprintf (stderr, "Got CRC: %u, wanted: %u\n", 59 fprintf (stderr, "Got CRC: %u, wanted: %u\n",
60 ntohs (udp.crc), 60 ntohs (udp.crc),
61 crc); 61 crc);
62 ret = 1; 62 ret = 1;