]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix a logic problem in handling of --up scripts in t_client.sh
authorSamuli Seppänen <samuli@openvpn.net>
Wed, 9 Nov 2016 12:42:05 +0000 (14:42 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 9 Nov 2016 12:53:44 +0000 (13:53 +0100)
commitdd9a4f0ecf06e907c57f4fa7ab035b897268d54a
tree1a9999b3ec736055c074bf395d03aaebddac580d
parent82a601f1e23d1c37bc2120dca12cadc4dbf2b4fc
Fix a logic problem in handling of --up scripts in t_client.sh

Previously the $up variable was never reset after being set. This mean that
"--up update_t_client_ips.sh" was appended to all subsequent openvpn
command-lines, even if cached IPs existed.

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1478695325-18038-1-git-send-email-samuli@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12979.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/t_client.sh.in