提交 f21c6c68 编写于 作者: S Stefan Berger

Fix error in nwfilter test driver

Trivial fix for the c&p error in the nwfilter test driver.
上级 c7f70f43
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册