mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-29 23:58:02 -05:00
Fix error in nwfilter test driver
Trivial fix for the c&p error in the nwfilter test driver.
This commit is contained in:
@@ -5191,7 +5191,7 @@ static virDrvOpenStatus testSecretOpen(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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user