diff options
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r-- | networking/ifconfig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 9e87c8be5..3ada4f178 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * Foundation; either version 2 of the License, or (at | 15 | * Foundation; either version 2 of the License, or (at |
16 | * your option) any later version. | 16 | * your option) any later version. |
17 | * | 17 | * |
18 | * $Id: ifconfig.c,v 1.17 2002/07/03 11:46:34 andersen Exp $ | 18 | * $Id: ifconfig.c,v 1.18 2002/07/11 11:11:52 andersen Exp $ |
19 | * | 19 | * |
20 | */ | 20 | */ |
21 | 21 | ||
@@ -504,6 +504,7 @@ int ifconfig_main(int argc, char **argv) | |||
504 | } | 504 | } |
505 | } | 505 | } |
506 | LOOP: | 506 | LOOP: |
507 | continue; | ||
507 | } /* end of while-loop */ | 508 | } /* end of while-loop */ |
508 | 509 | ||
509 | return goterr; | 510 | return goterr; |