
| Anonymous | Login | 2025-10-27 00:05 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000382 | PacketFence | public | 2008-09-12 12:05 | 2008-09-12 12:09 | ||||
| Reporter | user4 | |||||||
| Assigned To | user4 | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | ||||||||
| Target Version | Fixed in Version | |||||||
| Summary | 0000382: Can't modify constant item in undef operator at lib/pf/SNMP.pm line 69, near "'_normalVlan' =>" | |||||||
| Description | Can't modify constant item in undef operator at lib/pf/SNMP.pm line 69, near "'_normalVlan' =>" | |||||||
| Tags | No tags attached. | |||||||
| fixed in git revision | ||||||||
| fixed in mtn revision | ||||||||
| Attached Files | ||||||||
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 |
| Copyright © 2000 - 2012 MantisBT Group |