提交 ee310ec8 编写于 作者: M Mark McLoughlin

Tue Feb 14 16:48:24 IST 2007 Mark McLoughlin <markmc@redhat.com>

        * src/qemu_internal.c: correctly register the network
        driver
上级 081c8d43
Tue Feb 14 16:48:24 IST 2007 Mark McLoughlin <markmc@redhat.com>
* src/qemu_internal.c: correctly register the network
driver
Tue Feb 14 16:35:56 IST 2007 Mark McLoughlin <markmc@redhat.com>
* autogen.sh: run autoheader before automake
......
......@@ -1155,7 +1155,7 @@ static virNetworkDriver qemuNetworkDriver = {
void qemuRegister(void) {
virRegisterDriver(&qemuDriver);
virRegisterDriver(&qemuNetworkDriver);
virRegisterNetworkDriver(&qemuNetworkDriver);
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册