From: d12fk (C. Review) <ge...@op...> - 2025-06-13 04:04:59
|
Attention is currently required from: flichtenheld, plaisthos. Hello plaisthos, flichtenheld, I'd like you to do a code review. Please visit http://gerrit.openvpn.net/c/openvpn/+/1061?usp=email to review the following change. Change subject: fix typo in haikuos dns-updown script ...................................................................... fix typo in haikuos dns-updown script Change-Id: I48cec222d46c67e6620281cd8b2346323b546fcd Signed-off-by: Heiko Hund <he...@is...> --- M distro/dns-scripts/haikuos_file-dns-updown.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/61/1061/1 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}\" -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1061?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I48cec222d46c67e6620281cd8b2346323b546fcd Gerrit-Change-Number: 1061 Gerrit-PatchSet: 1 Gerrit-Owner: d12fk <he...@op...> Gerrit-Reviewer: flichtenheld <fr...@li...> Gerrit-Reviewer: plaisthos <arn...@rf...> Gerrit-CC: openvpn-devel <ope...@li...> Gerrit-Attention: plaisthos <arn...@rf...> Gerrit-Attention: flichtenheld <fr...@li...> Gerrit-MessageType: newchange |