Re: [libvirt] [PATCH] esx: Report an error when auth pointer is missing instead of declining

2011-05-25 Thread Matthias Bolte
2011/5/25 Eric Blake : > On 05/25/2011 07:53 AM, Matthias Bolte wrote: >> Otherwise an attempt to use virConnectOpen or virConnectOpenAuth without >> auth pointer results in the driver declining the URI and libvirt falling >> back to the remote driver for an esx:// URI. >> --- >>  src/esx/esx_drive

Re: [libvirt] [PATCH] esx: Report an error when auth pointer is missing instead of declining

2011-05-25 Thread Eric Blake
On 05/25/2011 07:53 AM, Matthias Bolte wrote: > Otherwise an attempt to use virConnectOpen or virConnectOpenAuth without > auth pointer results in the driver declining the URI and libvirt falling > back to the remote driver for an esx:// URI. > --- > src/esx/esx_driver.c | 15 --- >

[libvirt] [PATCH] esx: Report an error when auth pointer is missing instead of declining

2011-05-25 Thread Matthias Bolte
Otherwise an attempt to use virConnectOpen or virConnectOpenAuth without auth pointer results in the driver declining the URI and libvirt falling back to the remote driver for an esx:// URI. --- src/esx/esx_driver.c | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --