mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
remoteGetUNIXSocket: Complete variable rename for WIN32
In fcdcf8f70cf the remoteGetUNIXSocket() function was changed and one new variable was introduced (among other things): @env_name. However, for WIN32 case the variable changed name to @env_path which builds mingw builds. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
a14dc154ab
commit
d67636722a
@ -163,7 +163,7 @@ remoteGetUNIXSocket(remoteDriverTransport transport,
|
||||
#ifndef WIN32
|
||||
const char *env_name = remoteGetDaemonPathEnv();
|
||||
#else
|
||||
const char *env_path = NULL;
|
||||
const char *env_name = NULL;
|
||||
#endif
|
||||
|
||||
VIR_DEBUG("Choosing remote socket for transport=%s mode=%s driver=%s flags=0x%x",
|
||||
|
Loading…
x
Reference in New Issue
Block a user