diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-08-26 21:11:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-08-26 21:11:53 +0000 |
commit | f559c49c39225ea412342b65267616cad2556a67 (patch) | |
tree | b41df52762eadb43eb8c60d3a876484276921da6 | |
parent | 47aa42fc17f053839796b760e0238511c5345a62 (diff) | |
download | tor-f559c49c39225ea412342b65267616cad2556a67.tar.gz tor-f559c49c39225ea412342b65267616cad2556a67.zip |
Make network-status strings wellformed
svn:r4857
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 6190720a9f..a4b9abf694 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1033,7 +1033,7 @@ static cached_dir_t the_v2_networkstatus = { NULL, NULL, 0, 0, 0 }; static int generate_v2_networkstatus(void) { -#define BASE64_DIGEST_LEN 29 +#define BASE64_DIGEST_LEN 27 #define LONGEST_STATUS_FLAG_NAME_LEN 7 #define N_STATUS_FLAGS 6 #define RS_ENTRY_LEN \ |