Add missing declaration so 6876 compiles

This commit is contained in:
Nick Mathewson
2012-09-28 12:03:37 -04:00
parent 5f494a363a
commit f128baf36c
+1
View File
@@ -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);