]> git.proxmox.com Git - pve-cluster.git/commit
parse datacenter config: remove "\s*" from comment regex
authorStefan Sterz <s.sterz@proxmox.com>
Thu, 24 Feb 2022 14:21:48 +0000 (15:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Apr 2022 06:15:45 +0000 (08:15 +0200)
commit09b9955053bee302a00834addb119282a3069201
tree86c5fdf96adc2394a4b7fb4332a2c115ad26c095
parent0cc6e73740dbd2f37ba04292732cf668bae623d1
parse datacenter config: remove "\s*" from comment regex

To be consistent with PBS's implementation of multi-line comments
remove "\s*" here too. Since the regex isn't lazy .* matches
everything \s* would anyway. (Note that new lines occurs after "$").

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
data/PVE/DataCenterConfig.pm