|
@@ -1213,7 +1213,7 @@ directory_caches_dir_info(or_options_t *options)
|
|
return 0;
|
|
return 0;
|
|
/* We need an up-to-date view of network info if we're going to try to
|
|
/* We need an up-to-date view of network info if we're going to try to
|
|
* block exit attempts from unknown relays. */
|
|
* block exit attempts from unknown relays. */
|
|
- return router_my_exit_policy_is_reject_star() &&
|
|
|
|
|
|
+ return ! router_my_exit_policy_is_reject_star() &&
|
|
should_refuse_unknown_exits(options);
|
|
should_refuse_unknown_exits(options);
|
|
}
|
|
}
|
|
|
|
|