1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-02-07 05:57:30 +03:00

Conditionalize daemonPath decl for Win32 which lacks UNIX sockets

This commit is contained in:
Daniel P. Berrange 2011-12-07 10:39:14 +00:00
parent 13c881dcbf
commit 9ec14bcabb

View File

@ -321,7 +321,9 @@ doRemoteOpen (virConnectPtr conn,
trans_ext, trans_ext,
trans_tcp, trans_tcp,
} transport; } transport;
#ifndef WIN32
const char *daemonPath; const char *daemonPath;
#endif
/* We handle *ALL* URIs here. The caller has rejected any /* We handle *ALL* URIs here. The caller has rejected any
* URIs we don't care about */ * URIs we don't care about */