summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-05-10 15:06:07 +0000
committerflorian <florian@openbsd.org>2020-05-10 15:06:07 +0000
commit6f288beb78051e3209034595726c83634cadcc1b (patch)
treedc08554fa8687d13042a0764c573718f7832e28c /usr.sbin/acme-client
parentProvide an easy way to get debug information from TLSv1.3 handshakes. (diff)
downloadwireguard-openbsd-6f288beb78051e3209034595726c83634cadcc1b.tar.xz
wireguard-openbsd-6f288beb78051e3209034595726c83634cadcc1b.zip
remove noisy and useless debug line
Diffstat (limited to 'usr.sbin/acme-client')
-rw-r--r--usr.sbin/acme-client/dnsproc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/dnsproc.c b/usr.sbin/acme-client/dnsproc.c
index 539fb89121e..664ef8d9b8b 100644
--- a/usr.sbin/acme-client/dnsproc.c
+++ b/usr.sbin/acme-client/dnsproc.c
@@ -1,4 +1,4 @@
-/* $Id: dnsproc.c,v 1.10 2019/11/06 21:05:45 florian Exp $ */
+/* $Id: dnsproc.c,v 1.11 2020/05/10 15:06:07 florian Exp $ */
/*
* Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -160,7 +160,6 @@ dnsproc(int nfd)
last = look;
look = NULL;
} else {
- doddbg("%s: cached", look);
free(look);
look = NULL;
}