]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Repair --inetd
authorGert Doering <gert@greenie.muc.de>
Fri, 24 Jul 2020 18:13:24 +0000 (20:13 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 25 Jul 2020 08:03:50 +0000 (10:03 +0200)
commit96d57b0fc5cc2bf08fdf78141130e3c8092ca4d5
treeecd9094dcfccaf931e09a60c5e88a5ad40b950d1
parenta7d6977e6e14c512c89e51886b235af153cd4841
Repair --inetd

commit 25a422cc60 deprecated --inetd, which is still something we want.

Unlike all "usual" deprecated option warnings, we cannot print this at
option parsing time, because we need logging to be set up first - otherwise
the deprecation warning is sent via the socket (on stdin/stdout)
towards the connecting client, totally breaking this mode.

(Which is why we want to deprecate it: too special even for us)

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20200724181324.19037-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20574.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c