Fix pointless warnings flooding error log

This commit is contained in:
iliajie
2022-06-30 13:08:38 +03:00
parent ff5d73b12c
commit d0ed6f944e
561 changed files with 1117 additions and 1 deletions

View File

@ -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();