[libvirt] [PATCH] Fix error in nwfilter test driver

Stefan Berger stefanb at us.ibm.com
Fri Apr 9 14:13:57 UTC 2010


Eric Blake <eblake at redhat.com> wrote on 03/30/2010 05:24:56 PM:

> 
> On 03/30/2010 02:52 PM, Stefan Berger wrote:
> > Trivial fix for the c&p error in the nwfilter test driver.
> > 
> > Signed-off-by: Stefan Berger <stefanb at us.ibm.com>
> > 
> > Index: libvirt-acl/src/test/test_driver.c
> > ===================================================================
> > --- libvirt-acl.orig/src/test/test_driver.c
> > +++ libvirt-acl/src/test/test_driver.c
> > @@ -5212,7 +5212,7 @@ static virDrvOpenStatus testNWFilterOpen
> >      if (STRNEQ(conn->driver->name, "Test"))
> >          return VIR_DRV_OPEN_DECLINED;
> > 
> > -    conn->secretPrivateData = conn->privateData;
> > +    conn->nwfilterPrivateData = conn->privateData;
> 
> ACK.

Applied it now. 
Actually I managed to apply it twice - due to lack of context in the patch 
it also applied to the 'secretdriver'. I then removed it from the wrong 
location.

   Stefan

> 
> -- 
> Eric Blake   eblake at redhat.com    +1-801-349-2682
> Libvirt virtualization library http://libvirt.org
> 
> [attachment "signature.asc" deleted by Stefan Berger/Watson/IBM] 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100409/0833a58f/attachment-0001.htm>


More information about the libvir-list mailing list