aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_tun.c')
-rw-r--r--src/util/test_tun.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/test_tun.c b/src/util/test_tun.c
index ecb3dd664..ad4a5c19e 100644
--- a/src/util/test_tun.c
+++ b/src/util/test_tun.c
@@ -63,8 +63,10 @@ test_udp (size_t pll,
63 } 63 }
64} 64}
65 65
66int main (int argc, 66
67 char **argv) 67int
68main (int argc,
69 char **argv)
68{ 70{
69 test_udp (4, 3, 22439); 71 test_udp (4, 3, 22439);
70 test_udp (4, 1, 23467); 72 test_udp (4, 1, 23467);