mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-15 20:52:51 +00:00
fix access of possibly undefined variable
This commit is contained in:
parent
296afbd13b
commit
d6eb662119
@ -708,6 +708,7 @@ sub parse_user_config {
|
|||||||
|
|
||||||
userconfig_force_defaults($cfg);
|
userconfig_force_defaults($cfg);
|
||||||
|
|
||||||
|
$raw = '' if !defined($raw);
|
||||||
while ($raw =~ /^\s*(.+?)\s*$/gm) {
|
while ($raw =~ /^\s*(.+?)\s*$/gm) {
|
||||||
my $line = $1;
|
my $line = $1;
|
||||||
my @data;
|
my @data;
|
||||||
|
Loading…
Reference in New Issue
Block a user