freenas-proxmox/perl5/PVE/Storage
Kevin Scott Adams a29328e7fa Undef $iscsi_lunid in FreeNAS.pm on line 457
- The perl code was creating a new variable in the ‘if’ code block by
using 'my' at the beginning of the assignment at line 452. Once the code
exited this block that variable was released and now defaulted to the
main block variable at line 441 which is still set to 'undef'. Removing
the 'my' from the assignment line allowed the code to use the main block
$iscsi_lunid variable.

Fixes issue #7
2018-07-09 15:38:54 -04:00
..
LunCmd Undef $iscsi_lunid in FreeNAS.pm on line 457 2018-07-09 15:38:54 -04:00
ZFSPlugin.pm.patch Fixed malfunctioning patches 2018-06-04 15:06:36 +08:00