mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix pointless warnings flooding error log
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'redefine';
|
||||
no warnings 'uninitialized';
|
||||
require './iscsi-server-lib.pl';
|
||||
our (%text, %in, %config);
|
||||
my $conf = &get_iscsi_config();
|
||||
|
Reference in New Issue
Block a user