From db0a89bf134e3dbbecdcc5ad083fa5b43a1fc32e Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 7 Apr 2017 10:29:09 +0200 Subject: [PATCH] dhcp:server, pool loop counter missing, closes https://github.com/opnsense/core/issues/1527 --- src/www/services_dhcp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/www/services_dhcp.php b/src/www/services_dhcp.php index 0ee8f14db..867b3efc8 100644 --- a/src/www/services_dhcp.php +++ b/src/www/services_dhcp.php @@ -777,6 +777,7 @@ include("head.inc");