Re: [libvirt] [PATCH v3 2/4] tools: virt-login-shell: Fix cut'n'paste mistake in error message

2016-06-20 Thread Pavel Hrdina
On Fri, Jun 17, 2016 at 03:44:10PM +0200, Peter Krempa wrote: > Whine about 'allowed_users' having wrong format rather than 'shell' > --- > tools/virt-login-shell.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ACK -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH v3 2/4] tools: virt-login-shell: Fix cut'n'paste mistake in error message

2016-06-17 Thread Peter Krempa
Whine about 'allowed_users' having wrong format rather than 'shell' --- tools/virt-login-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virt-login-shell.c b/tools/virt-login-shell.c index 96ca410..e8474a4 100644 --- a/tools/virt-login-shell.c +++