diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:39:08 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:39:08 +0000 |
commit | 901ee58c5348924d7eb06abd090f80441d5e262d (patch) | |
tree | 864e3c02d1df168e4764ca6aa18f7d78776ff977 /src/or/directory.c | |
parent | c65121b81fe98e0dab7329730b6e7c98f66f19fe (diff) | |
download | tor-901ee58c5348924d7eb06abd090f80441d5e262d.tar.gz tor-901ee58c5348924d7eb06abd090f80441d5e262d.zip |
Enable conditional consensus downloading starting with 0.2.1.1-alpha servers
svn:r14449
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 4688170fc4..135ba54da2 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -789,10 +789,6 @@ directory_get_consensus_url(int supports_conditional_consensus) char *url; int len; -#ifndef SUPPORTS_CONDITIONAL_CONSENSUS_SINCE_VERSION - supports_conditional_consensus = 0; -#endif - if (supports_conditional_consensus) { char *authority_id_list; smartlist_t *authority_digets = smartlist_create(); |