mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-25 08:02:32 +00:00
dnsmasq: fix indentation
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
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…
Reference in New Issue
Block a user