Re: [libvirt] [PATCH] xenapi: Request a username if there is non in the URI

2010-03-15 Thread Daniel P. Berrange
On Sun, Mar 14, 2010 at 10:08:30PM +0100, Matthias Bolte wrote: Use virRequestUsername and virRequestPassword. --- src/xenapi/xenapi_driver.c | 119 +++- 1 files changed, 84 insertions(+), 35 deletions(-) diff --git a/src/xenapi/xenapi_driver.c

[libvirt] [PATCH] xenapi: Request a username if there is non in the URI

2010-03-14 Thread Matthias Bolte
Use virRequestUsername and virRequestPassword. --- src/xenapi/xenapi_driver.c | 119 +++- 1 files changed, 84 insertions(+), 35 deletions(-) diff --git a/src/xenapi/xenapi_driver.c b/src/xenapi/xenapi_driver.c index 8d5c8bb..00b62b3 100644 ---