mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-14 00:39:23 +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);
|
||||
|
||||
$raw = '' if !defined($raw);
|
||||
while ($raw =~ /^\s*(.+?)\s*$/gm) {
|
||||
my $line = $1;
|
||||
my @data;
|
||||
|
Loading…
Reference in New Issue
Block a user