diff options
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r-- | networking/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index b121eb9f3..eddf052e0 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c | |||
@@ -353,7 +353,7 @@ int ifconfig_main(int argc, char **argv) | |||
353 | for (op = OptArray; op->name; op++) { /* Find table entry. */ | 353 | for (op = OptArray; op->name; op++) { /* Find table entry. */ |
354 | if (strcmp(p, op->name) == 0) { /* If name matches... */ | 354 | if (strcmp(p, op->name) == 0) { /* If name matches... */ |
355 | if ((mask &= op->flags)) { /* set the mask and go. */ | 355 | if ((mask &= op->flags)) { /* set the mask and go. */ |
356 | goto FOUND_ARG;; | 356 | goto FOUND_ARG; |
357 | } | 357 | } |
358 | /* If we get here, there was a valid arg with an */ | 358 | /* If we get here, there was a valid arg with an */ |
359 | /* invalid '-' prefix. */ | 359 | /* invalid '-' prefix. */ |