summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 3902929341..f2946f9082 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -713,7 +713,6 @@ void dirserv_set_cached_directory(const char *directory, time_t when,
{
time_t now;
cached_dir_t *d;
- tor_assert(!get_options()->AuthoritativeDir);
now = time(NULL);
d = is_running_routers ? &cached_runningrouters : &cached_directory;
if (when<=d->published) {