]> git.proxmox.com Git - pve-container.git/commit
fix #1618: do not double encode the description
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 16 Jan 2018 14:43:18 +0000 (15:43 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 25 Jan 2018 09:55:28 +0000 (10:55 +0100)
commitd9c44e5678cdf50c9aedbf124d3cc872098245fb
treed8131dafceb79240765ae0228a81b8ed1eaf9fb7
parent3ac31835293b7c849e6a3f8b91d21d4e18f7ec6b
fix #1618: do not double encode the description

we already encode the description in 'write_config',
we do not need to do it here again

this lead to newlines also to be encoded instead of
splitting the description into lines and decode that

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/LXC/Config.pm