[libvirt PATCH 17/19] commandhelper: Convert printEnvironment to g_auto*

2021-01-29 Thread Tim Wiederhake
Signed-off-by: Tim Wiederhake --- tests/commandhelper.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tests/commandhelper.c b/tests/commandhelper.c index e616f92987..26a7de5149 100644 --- a/tests/commandhelper.c +++ b/tests/commandhelper.c @@ -108,16 +108,15 @@

Re: [libvirt PATCH 17/19] commandhelper: Convert printEnvironment to g_auto*

2021-01-29 Thread Peter Krempa
On Fri, Jan 29, 2021 at 17:16:27 +0100, Tim Wiederhake wrote: > Signed-off-by: Tim Wiederhake > --- > tests/commandhelper.c | 12 +++- > 1 file changed, 3 insertions(+), 9 deletions(-) > > diff --git a/tests/commandhelper.c b/tests/commandhelper.c > index e616f92987..26a7de5149 100644 >

Re: [libvirt PATCH 17/19] commandhelper: Convert printEnvironment to g_auto*

2021-01-29 Thread Pavel Hrdina
On Fri, Jan 29, 2021 at 07:08:27PM +0100, Peter Krempa wrote: > On Fri, Jan 29, 2021 at 17:16:27 +0100, Tim Wiederhake wrote: > > Signed-off-by: Tim Wiederhake > > --- > > tests/commandhelper.c | 12 +++- > > 1 file changed, 3 insertions(+), 9 deletions(-) > > > > diff --git a/tests/comm