]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Report an error when auth pointer is missing instead of declining
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 25 May 2011 13:52:34 +0000 (15:52 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 25 May 2011 14:51:52 +0000 (16:51 +0200)
commitdea64db1d20fd05502989008eb2324c24eacb5b7
treef7790fea09f9e8b998cf732c6360c2c04f527ce3
parent492e493a1e6f31551583bb7de9500c312b716f42
esx: Report an error when auth pointer is missing instead of declining

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