aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iplink.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/iplink.c')
-rw-r--r--networking/libiproute/iplink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c
index b4493d67d..91c85820c 100644
--- a/networking/libiproute/iplink.c
+++ b/networking/libiproute/iplink.c
@@ -289,7 +289,7 @@ static int do_set(int argc, char **argv)
289 NEXT_ARG(); 289 NEXT_ARG();
290 newaddr = *argv; 290 newaddr = *argv;
291 } else { 291 } else {
292 if (strcmp(*argv, "dev") == 0) { 292 if (strcmp(*argv, "dev") == 0) {
293 NEXT_ARG(); 293 NEXT_ARG();
294 } 294 }
295 if (dev) 295 if (dev)