Merge pull request #4479 from zx2c4/patch-6

wireguard: remove misspelled debugging line
This commit is contained in:
Hannu Nyman 2017-06-14 16:20:55 +03:00 committed by GitHub
commit 584986a8a8

View file

@ -168,7 +168,6 @@ proto_wireguard_setup() {
sed -E 's/\[?([0-9.:a-f]+)\]?:([0-9]+)/\1 \2/' | \
while IFS=$'\t ' read -r key address port; do
[ -n "${port}" ] || continue
echo "adding host depedency for ${address} at ${config}"
proto_add_host_dependency "${config}" "${address}"
done