From: Heiko Hund <[email protected]> Change-Id: I48cec222d46c67e6620281cd8b2346323b546fcd Signed-off-by: Heiko Hund <[email protected]> Acked-by: Gert Doering <[email protected]> ---
This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1061 This mail reflects revision 2 of this Change. Acked-by according to Gerrit (reflected above): Gert Doering <[email protected]> diff --git a/distro/dns-scripts/haikuos_file-dns-updown.sh b/distro/dns-scripts/haikuos_file-dns-updown.sh index 777b72d..6da0954 100644 --- a/distro/dns-scripts/haikuos_file-dns-updown.sh +++ b/distro/dns-scripts/haikuos_file-dns-updown.sh @@ -28,7 +28,7 @@ set -e +u -conly_standard_server_ports() { +only_standard_server_ports() { i=1 while true; do eval addr=\"\$dns_server_${n}_address_${i}\" _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
