diff options
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 00e40216c8..b4a05ea710 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -924,7 +924,7 @@ rep_hist_circbuilding_dormant(void) return 0; /* see if we'll still need to build testing circuits */ - if (server_mode(options) && !check_whether_orport_reachable()) + if (server_mode(get_options()) && !check_whether_orport_reachable()) return 0; if (!check_whether_dirport_reachable()) return 0; |