mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Thu Apr 12 15:18:00 BST 2007 Richard Jones <rjones@redhat.com>
* src/libvirt.c: set VIR_CONNECT_RO on read-only connections.
Patch by S.Sakamoto.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Thu Apr 12 15:18:00 BST 2007 Richard Jones <rjones@redhat.com>
|
||||
|
||||
* src/libvirt.c: set VIR_CONNECT_RO on read-only connections.
|
||||
Patch by S.Sakamoto.
|
||||
|
||||
Wed Apr 11 18:04:00 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/xend_internal.c src/xml.c: applied patch from Nobuhiro Itou
|
||||
|
||||
@@ -302,6 +302,10 @@ do_open (const char *name, int flags)
|
||||
}
|
||||
}
|
||||
|
||||
if (flags & VIR_DRV_OPEN_RO) {
|
||||
ret->flags = VIR_CONNECT_RO;
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
failed:
|
||||
|
||||
Reference in New Issue
Block a user