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 bc85bcda7b
commit c5b25f23e5

View File

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