summaryrefslogtreecommitdiff
path: root/src/or/dnsserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dnsserv.c')
-rw-r--r--src/or/dnsserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dnsserv.c b/src/or/dnsserv.c
index 799f473974..933ab699ab 100644
--- a/src/or/dnsserv.c
+++ b/src/or/dnsserv.c
@@ -227,7 +227,7 @@ dnsserv_resolved(edge_connection_t *conn,
if (!req)
return;
- /* XXXX020 Re-do; this is dumb. */
+ /* XXXX021 Re-do; this is dumb. */
if (ttl < 60)
ttl = 60;