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:
parent
13c881dcbf
commit
9ec14bcabb
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user