Fix a problem introduced by commit 99889012

The meaning of one line of code was accidentally inverted.

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Geoff Hickey 2013-10-18 14:36:39 -04:00 committed by Eric Blake
parent d9be5a7157
commit 2de2458efa

View File

@ -1003,7 +1003,7 @@ esxConnectOpen(virConnectPtr conn, virConnectAuthPtr auth,
}
/* Connect to vCenter */
if (!priv->parsedUri->vCenter) {
if (priv->parsedUri->vCenter) {
if (STREQ(priv->parsedUri->vCenter, "*")) {
if (!potentialVCenterIpAddress) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",