Re: [libvirt] [PATCH 50/75] nwfilter: Use g_strdup_printf() instead of virAsprintf()

2019-10-24 Thread Daniel Henrique Barboza
On 10/22/19 10:57 AM, Michal Privoznik wrote: Signed-off-by: Michal Privoznik --- src/nwfilter/nwfilter_dhcpsnoop.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Daniel Henrique Barboza -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.co

[libvirt] [PATCH 50/75] nwfilter: Use g_strdup_printf() instead of virAsprintf()

2019-10-22 Thread Michal Privoznik
Signed-off-by: Michal Privoznik --- src/nwfilter/nwfilter_dhcpsnoop.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nwfilter/nwfilter_dhcpsnoop.c b/src/nwfilter/nwfilter_dhcpsnoop.c index b4ce8a0613..4e77ca0d2d 100644 --- a/src/nwfilter/nwfilter_dhcpsnoop.c +++ b/