]> git.ipfire.org Git - thirdparty/openvpn.git/commit
options: fix inlining auth-gen-token-secret file
authorAntonio Quartulli <a@unstable.cc>
Fri, 8 May 2020 21:14:34 +0000 (23:14 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 11 May 2020 07:13:09 +0000 (09:13 +0200)
commit416162c5b66055da24e6e7b8acde4e7bb8f67522
treecdd01733fc51938d8ee06b84c1ecac95a464c399
parent7ae8dbb7c4a2ca4a23efae7b08222a8db0efc529
options: fix inlining auth-gen-token-secret file

With commit ("convert *_inline attributes to bool") the logic for
signaling when a certain option is inline has been changed.
Due to an overlook, the auth-gen-token-secret was not converted, thus
making it impossible to be inlined.

Fix parsing logic and allow auth-gen-token-secret to be inlined as well.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20200508211434.27545-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19862.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c