Add missing break

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2019-07-09 20:37:05 -07:00
parent fafd5b419b
commit 580f1eb06d

View File

@@ -586,6 +586,7 @@ function readAdlists()
if($lease["host"] === $hostname)
{
$error .= "Static lease for hostname (".htmlspecialchars($hostname).") already defined!<br>";
break;
}
}