luci-0.8: merge r4780

This commit is contained in:
Jo-Philipp Wich 2009-06-07 13:19:41 +00:00
parent 0f60f1be22
commit 6f9723640b
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ function IptParser.find( self, args )
-- match target
if not ( match == true and (
not args.target or args.target:upper() == rule.target
not args.target or args.target == rule.target
) ) then
match = false
end