[or-cvs] Make network-status strings wellformed

Nick Mathewson nickm at seul.org
Fri Aug 26 21:11:55 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv1127/src/or

Modified Files:
	dirserv.c 
Log Message:
Make network-status strings wellformed

Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- dirserv.c	26 Aug 2005 21:02:18 -0000	1.189
+++ dirserv.c	26 Aug 2005 21:11:53 -0000	1.190
@@ -1033,7 +1033,7 @@
 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                                                    \



More information about the tor-commits mailing list