From: Nick Mathewson Date: Fri, 28 Sep 2012 16:03:37 +0000 (-0400) Subject: Add missing declaration so 6876 compiles X-Git-Tag: tor-0.2.4.4-alpha~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f128baf36c8378d40b82a2859f3c939c1d0f77dd;p=thirdparty%2Ftor.git Add missing declaration so 6876 compiles --- diff --git a/src/or/config.c b/src/or/config.c index 8e51085849..c04f2aa022 100644 --- a/src/or/config.c +++ b/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);