Re: [libvirt] [PATCH] virsh: fix return value in storage vol name completor

2019-02-11 Thread Ján Tomko
s/completor/completer/ in the commit summary On Mon, Feb 11, 2019 at 02:22:30PM +, Daniel P. Berrangé wrote: The function must return a pointer, not a boolean. Fortunately 'false' is equivalent to 'NULL' so this bug no had ill effect previously. Signed-off-by: Daniel P. Berrangé ---

[libvirt] [PATCH] virsh: fix return value in storage vol name completor

2019-02-11 Thread Daniel P . Berrangé
The function must return a pointer, not a boolean. Fortunately 'false' is equivalent to 'NULL' so this bug no had ill effect previously. Signed-off-by: Daniel P. Berrangé --- tools/virsh-completer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh-completer.c