[tor-commits] [tor/master] Define 'digesttype' correctly
nickm at torproject.org
nickm at torproject.org
Fri Jan 30 12:37:04 UTC 2015
commit f935ee2dae5ca026a6bf81cc403bc50ae92bdd70
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Jan 29 14:04:21 2015 -0500
Define 'digesttype' correctly
---
src/or/dirserv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index c65e99e..3785d9a 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -3273,7 +3273,7 @@ connection_dirserv_flushed_some(dir_connection_t *conn)
NONSPACE = one or more non-space printing characters
- DIGESTVAL = any number of non-=, non-" " characters.
+ DIGESTVAL = DIGESTTYPE = one or more non-=, non-" " characters.
SP = " "
NL = a newline
More information about the tor-commits
mailing list