projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0953336
)
ifenslave: add forgotten INIT_G()
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 20 May 2008 18:57:35 +0000
(18:57 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 20 May 2008 18:57:35 +0000
(18:57 -0000)
networking/ifenslave.c
patch
|
blob
|
history
diff --git
a/networking/ifenslave.c
b/networking/ifenslave.c
index 983d9d096f8ec271a5adf50ce65d432a26bda673..f3b4d7466a21344ffd21db0bf134d721c982574c 100644
(file)
--- a/
networking/ifenslave.c
+++ b/
networking/ifenslave.c
@@
-174,6
+174,8
@@
int ifenslave_main(int argc ATTRIBUTE_UNUSED, char **argv)
applet_long_options = ifenslave_longopts;
#endif
+ INIT_G();
+
opt = getopt32(argv, "cdf");
argv += optind;
if (opt & (opt-1)) /* options check */