aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 571b5a694..bd7e666d2 100644
--- a/src/or/router.c
+++ b/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()))