[package] openssl: add patch for CVE-2010-0740 ("Record of death") vulnerability
[openwrt.git] / package / dnsmasq / files / dnsmasq.init
index d796f22..1b6dee4 100644 (file)
@@ -263,7 +263,7 @@ dhcp_add() {
 
        leasetime="${leasetime:-12h}"
        start="$(dhcp_calc "${start:-100}")"
-       limit="$((${limit:-150} + 1))"
+       limit="${limit:-150}"
        eval "$(ipcalc.sh $ipaddr $netmask $start $limit)"
        if [ "$dynamicdhcp" = "0" ]; then END="static"; fi
        append args "--dhcp-range=$networkid,$START,$END,$NETMASK,$leasetime${options:+ $options}"
This page took 0.021036 seconds and 4 git commands to generate.