Eric Blake <[email protected]> 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 <[email protected]> > > > > 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 [email protected] +1-801-349-2682 > Libvirt virtualization library http://libvirt.org > > [attachment "signature.asc" deleted by Stefan Berger/Watson/IBM]
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
