dnsmasq: fix indentation

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
v19.07.3_mercusys_ac12_duma
Hans Dedecker 7 years ago
parent 1e6e37c4f6
commit 6c9e2d4a68

@ -319,7 +319,7 @@ dhcp_host_add() {
fi
if [ -n "$hostid" ]; then
hex_to_hostid hostid "$hostid"
hex_to_hostid hostid "$hostid"
fi
tags=""
@ -383,8 +383,8 @@ dhcp_this_host_add() {
for lanaddr6 in $lanaddrs6 ; do
case "$lanaddr6" in
"${ulaprefix%%:/*}"*)
dhcp_domain_add "" "$routername" "$lanaddr6"
;;
dhcp_domain_add "" "$routername" "$lanaddr6"
;;
esac
done
fi

Loading…
Cancel
Save