From 7b2e56e71a31db166a51f9b2c7601880b63e7799 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 22 Jul 2004 06:04:54 +0000 Subject: [PATCH] allow OPs to set a DirPort and cache/serve directories (hey, why not, it works) svn:r2099 --- trunk/src/or/router.c | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/src/or/router.c b/trunk/src/or/router.c index 571b5a694b..bd7e666d2d 100644 --- a/trunk/src/or/router.c +++ b/trunk/src/or/router.c @@ -234,7 +234,6 @@ int init_keys(void) { /* OP's don't need persistant keys; just make up an identity and * initialize the TLS context. */ if (!server_mode()) { - tor_assert(!options.DirPort); #if 0 /* XXXX008 enable this once we make ORs tolerate unknown routers. */ if (!(prkey = crypto_new_pk_env()))