[tor-commits] [tor/master] Tweak a comment

nickm at torproject.org nickm at torproject.org
Tue Oct 8 16:18:37 UTC 2013


commit b571b966f2cc39e906a27bec6ae4f3e1e4376299
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Oct 8 12:18:31 2013 -0400

    Tweak a comment
---
 src/or/router.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/or/router.c b/src/or/router.c
index edae267..317cef2 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -232,7 +232,8 @@ get_server_identity_key(void)
   return server_identitykey;
 }
 
-/** Return true iff the server identity key has been set. */
+/** Return true iff we are a server and the server identity key
+ * has been set. */
 int
 server_identity_key_is_set(void)
 {



More information about the tor-commits mailing list