mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix error in nwfilter test driver
Trivial fix for the c&p error in the nwfilter test driver.
This commit is contained in:
parent
c7f70f4357
commit
f21c6c6890
@ -5207,7 +5207,7 @@ static virDrvOpenStatus testNWFilterOpen(virConnectPtr conn,
|
||||
if (STRNEQ(conn->driver->name, "Test"))
|
||||
return VIR_DRV_OPEN_DECLINED;
|
||||
|
||||
conn->secretPrivateData = conn->privateData;
|
||||
conn->nwfilterPrivateData = conn->privateData;
|
||||
return VIR_DRV_OPEN_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user