diff options
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index c0bc0eb1b..503367298 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -3980,7 +3980,7 @@ int insmod_main( int argc, char **argv) | |||
3980 | struct utsname myuname; | 3980 | struct utsname myuname; |
3981 | 3981 | ||
3982 | /* Parse any options */ | 3982 | /* Parse any options */ |
3983 | getopt32(argc, argv, OPTION_STR, &opt_o); | 3983 | getopt32(argv, OPTION_STR, &opt_o); |
3984 | arg1 = argv[optind]; | 3984 | arg1 = argv[optind]; |
3985 | if (option_mask32 & OPT_o) { // -o /* name the output module */ | 3985 | if (option_mask32 & OPT_o) { // -o /* name the output module */ |
3986 | free(m_name); | 3986 | free(m_name); |