Browse Source

Add missing declaration so 6876 compiles

Nick Mathewson 13 years ago
parent
commit
f128baf36c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/config.c

+ 1 - 0
src/or/config.c

@@ -1164,6 +1164,7 @@ options_act(const or_options_t *old_options)
   config_line_t *cl;
   config_line_t *cl;
   or_options_t *options = get_options_mutable();
   or_options_t *options = get_options_mutable();
   int running_tor = options->command == CMD_RUN_TOR;
   int running_tor = options->command == CMD_RUN_TOR;
+  char *msg=NULL;
   const int transition_affects_workers =
   const int transition_affects_workers =
     old_options && options_transition_affects_workers(old_options, options);
     old_options && options_transition_affects_workers(old_options, options);