aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-08 14:35:02 -0500
committerNick Mathewson <nickm@torproject.org>2011-05-05 20:54:12 -0400
commit3df22887a3028318dc34a45984a8a195dfc0c026 (patch)
tree7701e5edc2d6bf6b8b39674041895e556a1e9541 /src/or/routerlist.h
parent6e58575767929b696035bc8385705ea3aa8b6838 (diff)
downloadtor-3df22887a3028318dc34a45984a8a195dfc0c026.tar
tor-3df22887a3028318dc34a45984a8a195dfc0c026.tar.gz
Replace _AUTHORITY enum values with _DIRINFO values (automted)
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r--src/or/routerlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h
index 987fdf25d..41a4c907e 100644
--- a/src/or/routerlist.h
+++ b/src/or/routerlist.h
@@ -60,7 +60,7 @@ int router_digest_version_as_new_as(const char *digest, const char *cutoff);
int router_digest_is_trusted_dir_type(const char *digest,
dirinfo_type_t type);
#define router_digest_is_trusted_dir(d) \
- router_digest_is_trusted_dir_type((d), NO_AUTHORITY)
+ router_digest_is_trusted_dir_type((d), NO_DIRINFO)
int router_addr_is_trusted_dir(uint32_t addr);
int hexdigest_to_digest(const char *hexdigest, char *digest);