]> git.proxmox.com Git - qemu-server.git/commit
parse vm config: remove "\s*" from multi-line comment regex
authorStefan Sterz <s.sterz@proxmox.com>
Thu, 24 Feb 2022 14:21:51 +0000 (15:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Apr 2022 06:17:21 +0000 (08:17 +0200)
commitd1e7b9228943a1c0135d8695ced1abcd856bbd73
tree5f7f688108b50360692beab92ac51566b28698b7
parent8a0d269b750c835d07a001a6f88320f13a45f886
parse vm config: remove "\s*" from multi-line 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>
PVE/QemuServer.pm