From 6201b96716f11f5637cb9432018db684fe334eee Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 21 Aug 2008 15:19:17 +0000 Subject: Fixed dhcp validation bug git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1391 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dhcp-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcp-model.lua b/dhcp-model.lua index 94aeadb..fd01981 100644 --- a/dhcp-model.lua +++ b/dhcp-model.lua @@ -143,7 +143,7 @@ local validate_subnet = function( net ) success = false end end - success = success and modelfunctions.validateselect(net.value.unknownclients) + success = modelfunctions.validateselect(net.value.unknownclients) and success return success, net end -- cgit v1.2.3