aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-01-10 21:53:23 +0100
committerGilles Chehade <gilles@poolp.org>2020-01-10 21:53:23 +0100
commitaa980de1d59a9d87c2b18caba20a5eaede4678c6 (patch)
tree54257e2f85d95aef8e632122a5515b288f51a59d
parentMerge branch 'libtls' into libtls-issue-832-ciphers (diff)
parentremove warnx (diff)
downloadOpenSMTPD-libtls-issue-832-ciphers.tar.xz
OpenSMTPD-libtls-issue-832-ciphers.zip
Merge branch 'libtls' into libtls-issue-832-cipherslibtls-issue-832-ciphers
-rw-r--r--smtpd/parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/smtpd/parse.y b/smtpd/parse.y
index 7cf86051..7a52df2b 100644
--- a/smtpd/parse.y
+++ b/smtpd/parse.y
@@ -2463,7 +2463,6 @@ opt_if_listen : INET4 {
if (listen_opts.sni == NULL)
err(1, NULL);
listen_opts.sni[listen_opts.sni_size-1] = $2;
- warnx("###1: %s", $2);
}
;