提交 5cd1d3c5 编写于 作者: D Daniel P. Berrange

Remove duplicated call to virInitialize

上级 7c3ccd6f
...@@ -49,6 +49,8 @@ Patches have also been contributed by: ...@@ -49,6 +49,8 @@ Patches have also been contributed by:
John Levon <john.levon@sun.com> John Levon <john.levon@sun.com>
David Lively <dlively@virtualiron.com> David Lively <dlively@virtualiron.com>
Charles Duffy <Charles_Duffy@messageone.com> Charles Duffy <Charles_Duffy@messageone.com>
Nguyen Anh Quynh <aquynh@gmail.com>
[....send patches to get your name here....] [....send patches to get your name here....]
......
Mon Aug 18 10:22:33 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/libvirt.c: Remove duplicate call to virInitialize() in
virStateInitialize spotted by Nguyen Anh Quynh
Fri Aug 15 10:34:24 JST 2008 Atsushi SAKAI <sakaia@jp.fujitsu.com> Fri Aug 15 10:34:24 JST 2008 Atsushi SAKAI <sakaia@jp.fujitsu.com>
* src/virsh.c: fix typo from John Levon * src/virsh.c: fix typo from John Levon
......
...@@ -566,9 +566,6 @@ virRegisterStateDriver(virStateDriverPtr driver) ...@@ -566,9 +566,6 @@ virRegisterStateDriver(virStateDriverPtr driver)
int __virStateInitialize(void) { int __virStateInitialize(void) {
int i, ret = 0; int i, ret = 0;
if (virInitialize() < 0)
return -1;
if (virInitialize() < 0) if (virInitialize() < 0)
return -1; return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册