aboutsummaryrefslogtreecommitdiffstats
path: root/mtu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtu.c')
-rw-r--r--mtu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtu.c b/mtu.c
index 8e03c07..aa1c74b 100644
--- a/mtu.c
+++ b/mtu.c
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
target = argv[optind];
- fd = icmp_open();
+ fd = icmp_open(1.0);
if (fd < 0)
exit(1);