aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 2d363030d..699315817 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -2142,8 +2142,6 @@ tokenize_string(const char *start, const char *end, smartlist_t *out,
for (i = 0; table[i].t; ++i) {
if (counts[table[i].v] < table[i].min_cnt) {
log_warn(LD_DIR, "Parse error: missing %s element.", table[i].t);
- tor_assert(0); /* XXX020 is this assert a remote crash waiting to
- * happen? -RD */
return -1;
}
if (counts[table[i].v] > table[i].max_cnt) {