From cb8db71e72cc85ca771afb407e1842656d90ca29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Sun, 4 Mar 2018 15:28:56 +0000 Subject: [PATCH] Fix argz mtu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- src/bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bind.c b/src/bind.c index f7a7cf2..d85bc4e 100644 --- a/src/bind.c +++ b/src/bind.c @@ -126,7 +126,7 @@ gt_bind(int argc, char **argv) {NULL, "PORT", &bind_port, argz_ushort}, {"to", NULL, &toz, argz_option}, {"dev", "NAME", &dev, argz_str}, - {"mtu", "BYTES", &mtu, argz_option}, + {"mtu", "BYTES", &mtu, argz_bytes}, {"keyfile", "FILE", &keyfile, argz_str}, {"chacha", NULL, NULL, argz_option}, {"persist", NULL, NULL, argz_option},