summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index c6bdb4afb..3f9647a35 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -282,7 +282,7 @@ int my_insmod(const char * mod_name, enum driver_type type, char * options)
static enum return_type insmod_with_options(char * mod, enum driver_type type)
{
char * questions[] = { "Options", NULL };
- char ** answers;
+ static char ** answers = NULL;
enum return_type results;
char options[500] = "options ";