summaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r--networking/ifconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index 5742399c5..5e11b2b7c 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -337,7 +337,7 @@ int ifconfig_main(int argc, char **argv)
337 } 337 }
338 338
339 /* We fell through, so treat as possible hostname. */ 339 /* We fell through, so treat as possible hostname. */
340 a1op = Arg1Opt + (sizeof(Arg1Opt) / sizeof(Arg1Opt[0])) - 1; 340 a1op = Arg1Opt + ARRAY_SIZE(Arg1Opt) - 1;
341 mask = op->arg_flags; 341 mask = op->arg_flags;
342 goto HOSTNAME; 342 goto HOSTNAME;
343 343