|  | @@ -1372,8 +1372,7 @@ dirserv_thinks_router_is_hs_dir(const routerinfo_t *router,
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    return (router->wants_to_be_hs_dir && router->dir_port &&
 | 
	
		
			
				|  |  |            node->is_stable &&
 | 
	
		
			
				|  |  | -          uptime >= get_options()->MinUptimeHidServDirectoryV2 &&
 | 
	
		
			
				|  |  | -          router_is_active(router, node, now));
 | 
	
		
			
				|  |  | +          uptime >= get_options()->MinUptimeHidServDirectoryV2);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /** Don't consider routers with less bandwidth than this when computing
 |