]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove ReadOnly check for GetIOThreadsInfo
authorJohn Ferlan <jferlan@redhat.com>
Fri, 6 Mar 2015 15:26:51 +0000 (10:26 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 9 Mar 2015 10:41:44 +0000 (06:41 -0400)
src/libvirt-domain.c

index c43c8f6d46261551d6e73340e73fa5df0a0e43aa..04545fd6e2a3fa3c57f27b7a5cb78b9a5d524427 100644 (file)
@@ -7919,7 +7919,6 @@ virDomainGetIOThreadsInfo(virDomainPtr dom,
     virResetLastError();
 
     virCheckDomainReturn(dom, -1);
-    virCheckReadOnlyGoto(dom->conn->flags, error);
     virCheckNonNullArgGoto(info, error);
     *info = NULL;