PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000382PacketFencepublic2008-09-12 12:052008-09-12 12:09
Reporteruser4 
Assigned Touser4 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000382: Can't modify constant item in undef operator at lib/pf/SNMP.pm line 69, near "'_normalVlan' =>"
DescriptionCan't modify constant item in undef operator at lib/pf/SNMP.pm line 69, near "'_normalVlan' =>"
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships

-  Notes
(0000794)
user4
2008-09-12 12:07

--- pf/lib/pf/SNMP.pm cf31f1afa23ad06dace7ec562c0fe3b337c981c3
+++ pf/lib/pf/SNMP.pm 52842ebf42c3f32b26eea40f55d26fb5e98b741c
@@ -65,7 +65,7 @@ sub new {
     '_macSearchesMaxNb' => undef,
     '_macSearchesSleepInterval' => undef,
         '_mode' => undef,
- '_mysqlConnection' => undef
+ '_mysqlConnection' => undef,
         '_normalVlan' => undef,
         '_registrationVlan' => undef,
         '_sessionRead' => undef,
(0000795)
user4
2008-09-12 12:09

mtn revision 64e8c1978e6e841f422bc5bf76e9d3e336b796da

- Issue History
Date Modified Username Field Change
2008-09-12 12:05 user4 New Issue
2008-09-12 12:05 user4 Status new => assigned
2008-09-12 12:05 user4 Assigned To => user4
2008-09-12 12:07 user4 Note Added: 0000794
2008-09-12 12:09 user4 Status assigned => closed
2008-09-12 12:09 user4 Note Added: 0000795
2008-09-12 12:09 user4 Resolution open => fixed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker