Is the following useful for the "Use of uninitialized value in split at
/usr/local/pf/lib/pf/services/snort.pm<http://snort.pm/> line 57" problem?
I just couldn't find a reason for the delete. This sees to be working for me
anyway.
--- lib/pf/violation_config.pm.dist 2013-06-03 09:48:55.335973092 -0400
+++ lib/pf/violation_config.pm 2013-06-03 09:50:23.900973069 -0400
@@ -111,7 +111,7 @@
sub class_set_defaults {
my %violations_conf = @_;
- my $default_values = delete $violations_conf{'defaults'} ;
+ my $default_values = \%{$violations_conf{'defaults'}} ;
if($default_values) {
foreach my $violation ( values %violations_conf ) {
foreach my $key ( keys %$default_values ) {
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users