diff options
author | Roger Dingledine <arma@torproject.org> | 2004-09-28 03:30:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-09-28 03:30:28 +0000 |
commit | 0d2f9b9b4b9c74fffcb5e47126ccb7f3cd535538 (patch) | |
tree | 99fa754d37c807abd0af9d614c996aefac625215 /src/or/routerparse.c | |
parent | 9f9f0e5eddd6a7b04f7cf1b55c66ed4651641b5d (diff) | |
download | tor-0d2f9b9b4b9c74fffcb5e47126ccb7f3cd535538.tar tor-0d2f9b9b4b9c74fffcb5e47126ccb7f3cd535538.tar.gz |
the tor clients in cvs can't speak to the current tor authdirservers for
rendezvous publishes and fetches, since they're still running 0.0.8. so
make them speak the old way until we've upgraded the authdirservers.
svn:r2384
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 2b2c6dfce..8f87872ae 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1366,6 +1366,7 @@ int tor_version_as_new_as(const char *platform, const char *cutoff) { return tor_version_compare(&router_version, &cutoff_version) >= 0; } +/** DOCDOC */ int tor_version_parse(const char *s, tor_version_t *out) { char *eos=NULL, *cp=NULL; |