diff options
Diffstat (limited to 'networking/libiproute/iplink.c')
-rw-r--r-- | networking/libiproute/iplink.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index d3d0338b0..1e7ee07d2 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c | |||
@@ -202,8 +202,7 @@ static int do_set(char **argv) | |||
202 | NEXT_ARG(); | 202 | NEXT_ARG(); |
203 | if (mtu != -1) | 203 | if (mtu != -1) |
204 | duparg("mtu", *argv); | 204 | duparg("mtu", *argv); |
205 | if (get_integer(&mtu, *argv, 0)) | 205 | mtu = get_unsigned(*argv, "mtu"); |
206 | invarg(*argv, "mtu"); | ||
207 | } | 206 | } |
208 | if (key == ARG_multicast) { | 207 | if (key == ARG_multicast) { |
209 | int param; | 208 | int param; |