mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-22 13:34:16 +03:00
avoid warning about uninitialize value
This commit is contained in:
parent
5fad76c093
commit
6c64928f88
@ -425,7 +425,7 @@ sub parse_config {
|
||||
|
||||
my $ids = {};
|
||||
|
||||
my $digest = Digest::SHA1::sha1_hex($raw);
|
||||
my $digest = Digest::SHA1::sha1_hex(defined($raw) ? $raw : '');
|
||||
|
||||
my $pri = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user