Remove duplicated call to virInitialize

This commit is contained in:
Daniel P. Berrange 2008-08-18 09:24:46 +00:00
parent 7c3ccd6f14
commit 5cd1d3c53c
3 changed files with 7 additions and 3 deletions

View File

@ -49,6 +49,8 @@ Patches have also been contributed by:
John Levon <john.levon@sun.com>
David Lively <dlively@virtualiron.com>
Charles Duffy <Charles_Duffy@messageone.com>
Nguyen Anh Quynh <aquynh@gmail.com>
[....send patches to get your name here....]

View File

@ -1,3 +1,8 @@
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>
* src/virsh.c: fix typo from John Levon

View File

@ -566,9 +566,6 @@ virRegisterStateDriver(virStateDriverPtr driver)
int __virStateInitialize(void) {
int i, ret = 0;
if (virInitialize() < 0)
return -1;
if (virInitialize() < 0)
return -1;