From: Daniel P. Berrange Date: Wed, 7 Dec 2011 10:39:14 +0000 (+0000) Subject: Conditionalize daemonPath decl for Win32 which lacks UNIX sockets X-Git-Tag: v0.9.8~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ec14bcabb0ad28478418eb3938f0af2c913a9cf;p=thirdparty%2Flibvirt.git Conditionalize daemonPath decl for Win32 which lacks UNIX sockets --- diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 755275ab9d..ff2d4b4036 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -321,7 +321,9 @@ doRemoteOpen (virConnectPtr conn, trans_ext, trans_tcp, } transport; +#ifndef WIN32 const char *daemonPath; +#endif /* We handle *ALL* URIs here. The caller has rejected any * URIs we don't care about */