From e9e9fc2766153261a268d49f6d562511d1c0a09b Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Fri, 10 Jan 2020 21:52:41 +0100 Subject: remove warnx --- smtpd/parse.y | 1 - 1 file changed, 1 deletion(-) diff --git a/smtpd/parse.y b/smtpd/parse.y index a76e8914..d8dba91e 100644 --- a/smtpd/parse.y +++ b/smtpd/parse.y @@ -2459,7 +2459,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); } ; -- cgit v1.2.3-59-g8ed1b