Re: [pve-devel] [PATCH common] Fix 2339: Handle multiple blank lines correctly

2019-08-27 Thread Thomas Lamprecht
On 27.08.19 09:01, Fabian Ebner wrote: > Otherwise two blank lines between sections cause the loop to end prematurely. > > Signed-off-by: Fabian Ebner > --- > src/PVE/SectionConfig.pm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/PVE/SectionConfig.pm b/src/PVE

[pve-devel] [PATCH common] Fix 2339: Handle multiple blank lines correctly

2019-08-27 Thread Fabian Ebner
Otherwise two blank lines between sections cause the loop to end prematurely. Signed-off-by: Fabian Ebner --- src/PVE/SectionConfig.pm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm index dcecce6..1bb285f 100644 --- a/s