mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2025-01-11 05:18:01 +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 $ids = {};
|
||||||
|
|
||||||
my $digest = Digest::SHA1::sha1_hex($raw);
|
my $digest = Digest::SHA1::sha1_hex(defined($raw) ? $raw : '');
|
||||||
|
|
||||||
my $pri = 0;
|
my $pri = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user