Explorar o código

Add missing declaration so 6876 compiles

Nick Mathewson %!s(int64=14) %!d(string=hai) anos
pai
achega
f128baf36c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
   or_options_t *options = get_options_mutable();
   int running_tor = options->command == CMD_RUN_TOR;
+  char *msg=NULL;
   const int transition_affects_workers =
     old_options && options_transition_affects_workers(old_options, options);