diff options
| -rw-r--r-- | networking/ifenslave.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 983d9d096..f3b4d7466 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c | |||
| @@ -174,6 +174,8 @@ int ifenslave_main(int argc ATTRIBUTE_UNUSED, char **argv) | |||
| 174 | 174 | ||
| 175 | applet_long_options = ifenslave_longopts; | 175 | applet_long_options = ifenslave_longopts; |
| 176 | #endif | 176 | #endif |
| 177 | INIT_G(); | ||
| 178 | |||
| 177 | opt = getopt32(argv, "cdf"); | 179 | opt = getopt32(argv, "cdf"); |
| 178 | argv += optind; | 180 | argv += optind; |
| 179 | if (opt & (opt-1)) /* options check */ | 181 | if (opt & (opt-1)) /* options check */ |
