Hi Don

On 2013-05-20, at 1:00 PM, Don Greer <don.gr...@dptlabs.com> wrote:

> Bug found:
> 
> pf/lib/pf/violation_config.pm
> Line: 118
> 
> "next unless defined $violation->{$key};"
> 
> should be:
> "next if defined $violation->{$key};"
> 
> This was causing missing values to not be created from "defaults" and 
> existing values (like actions) to be overwritten by "defaults".


Indeed, that was fixed 12 days ago, and the fix is part of 4.0.1.

https://github.com/inverse-inc/packetfence/commit/394def5ef09adc5ca93c3362bae53ef5b1ff3ca5


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
PacketFence-devel mailing list
PacketFence-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-devel

Reply via email to