Re: [libvirt] [PATCH 4/6] Remove EMPTY_STR macro

2019-02-13 Thread Andrea Bolognani
On Tue, 2019-02-12 at 17:40 +0100, Ján Tomko wrote: > Another misleadingly named macro. > Deprecate in favor of NULLSTR_STAR. > > Signed-off-by: Ján Tomko > --- > src/util/virlease.c | 15 --- > 1 file changed, 4 insertions(+), 11 deletions(-) Reviewed-by: Andrea Bolognani --

[libvirt] [PATCH 4/6] Remove EMPTY_STR macro

2019-02-12 Thread Ján Tomko
Another misleadingly named macro. Deprecate in favor of NULLSTR_STAR. Signed-off-by: Ján Tomko --- src/util/virlease.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/util/virlease.c b/src/util/virlease.c index 7c6c37ec9d..93ca72e3af 100644 ---