aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-10-13 20:17:45 +0000
committerRoger Dingledine <arma@torproject.org>2004-10-13 20:17:45 +0000
commit2b7b86f5e65819df2598c220b75f1767384f2d11 (patch)
treeac070fb0b8cc0f708534a3165387320981125287 /src/or/dirserv.c
parente0cce8fba8dcefa8745a4ba768f911c09d9d7573 (diff)
downloadtor-2b7b86f5e65819df2598c220b75f1767384f2d11.tar
tor-2b7b86f5e65819df2598c220b75f1767384f2d11.tar.gz
stop trying to print a NULL
plus make router_nickname_is_approved() more obviously unused svn:r2469
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 862862596..75cfde30a 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -200,6 +200,7 @@ const char *dirserv_get_nickname_by_digest(const char *digest)
return NULL;
}
+#if 0
/** Return true iff any router named <b>nickname</b> with <b>digest</b>
* is in the verified fingerprint list. */
static int
@@ -213,6 +214,7 @@ router_nickname_is_approved(const char *nickname, const char *digest)
else
return 0;
}
+#endif
/** Clear the current fingerprint list. */
void