|  | @@ -785,8 +785,7 @@ directory_command_should_use_begindir(or_options_t *options,
 | 
	
		
			
				|  |  |      return 0; /* We don't know an ORPort -- no chance. */
 | 
	
		
			
				|  |  |    if (!anonymized_connection)
 | 
	
		
			
				|  |  |      if (!fascist_firewall_allows_address_or(addr, or_port) ||
 | 
	
		
			
				|  |  | -        directory_fetches_from_authorities(options) ||
 | 
	
		
			
				|  |  | -        (server_mode(options) && !options->Address))
 | 
	
		
			
				|  |  | +        directory_fetches_from_authorities(options))
 | 
	
		
			
				|  |  |        return 0; /* We're firewalled or are acting like a relay -- also no. */
 | 
	
		
			
				|  |  |    if (!options->TunnelDirConns &&
 | 
	
		
			
				|  |  |        router_purpose != ROUTER_PURPOSE_BRIDGE)
 |