Re: [libvirt] [PATCH 56/75] secret: Use g_strdup_printf() instead of virAsprintf()

2019-10-24 Thread Daniel Henrique Barboza
On 10/22/19 10:58 AM, Michal Privoznik wrote: Signed-off-by: Michal Privoznik --- src/secret/secret_driver.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Daniel Henrique Barboza -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/ma

[libvirt] [PATCH 56/75] secret: Use g_strdup_printf() instead of virAsprintf()

2019-10-22 Thread Michal Privoznik
Signed-off-by: Michal Privoznik --- src/secret/secret_driver.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/secret/secret_driver.c b/src/secret/secret_driver.c index 064a02dfdd..5a5c84412a 100644 --- a/src/secret/secret_driver.c +++ b/src/secret/secret_driver.c