summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/dns.c')
-rw-r--r--usr.sbin/smtpd/dns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/dns.c b/usr.sbin/smtpd/dns.c
index 2c4d70a4662..d502ef9396b 100644
--- a/usr.sbin/smtpd/dns.c
+++ b/usr.sbin/smtpd/dns.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.c,v 1.50 2012/07/29 17:33:55 eric Exp $ */
+/* $OpenBSD: dns.c,v 1.51 2012/08/08 17:31:55 eric Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -146,7 +146,6 @@ dns_async(struct imsgev *asker, int type, struct dns *query)
}
dnssession_mx_insert(s, query->host, 0);
stat_increment(STATS_LKA_SESSION_HOST);
- log_debug("dns: ready?");
dns_asr_dispatch_host(s);
return;
case IMSG_DNS_PTR: