mbox

BUG10806: fix wrong customhostgroupcheck

Message ID 1445099530-3611-1-git-send-email-alexander.marx@ipfire.org
State Accepted
Headers

Message

Alexander Marx Oct. 18, 2015, 3:32 a.m. UTC
  The function to check for valid hostgroup entries not only
checked the target hostgroup but also the source hostgroup if any.
This lead to the error.
Now the check only affects target hostgroups because it does not matter if a sourcegroup contains mac addresses.

 Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
 html/cgi-bin/firewall.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)