mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
Fix bug when fork isn't available (Win32) in remote driver
This commit is contained in:
parent
2be79b1d5e
commit
dd9b3fb594
@ -1,3 +1,7 @@
|
|||||||
|
Thu Jan 15 20:12:19 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
|
* src/remote_internal.c: Fix bug when fork isn't available (Win32)
|
||||||
|
|
||||||
Thu Jan 15 20:06:19 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
Thu Jan 15 20:06:19 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* src/remote_internal.c: Reduce number of exit paths in APIs
|
* src/remote_internal.c: Reduce number of exit paths in APIs
|
||||||
|
@ -678,6 +678,7 @@ doRemoteOpen (virConnectPtr conn,
|
|||||||
case trans_ext:
|
case trans_ext:
|
||||||
error (conn, VIR_ERR_INVALID_ARG,
|
error (conn, VIR_ERR_INVALID_ARG,
|
||||||
_("transport methods unix, ssh and ext are not supported under Windows"));
|
_("transport methods unix, ssh and ext are not supported under Windows"));
|
||||||
|
goto failed;
|
||||||
|
|
||||||
#endif /* WIN32 */
|
#endif /* WIN32 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user