summaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-08 12:18:31 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-08 12:18:31 -0400
commitb571b966f2cc39e906a27bec6ae4f3e1e4376299 (patch)
tree7c18aee63415d441cced8adf014cf6e6adee7532 /src/or/router.c
parent1060688d2a351329ad6a4b751e312242b57531a0 (diff)
downloadtor-b571b966f2cc39e906a27bec6ae4f3e1e4376299.tar.gz
tor-b571b966f2cc39e906a27bec6ae4f3e1e4376299.zip
Tweak a comment
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index edae2671f3..317cef2819 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)
{