mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Remove duplicated call to virInitialize
This commit is contained in:
parent
7c3ccd6f14
commit
5cd1d3c53c
2
AUTHORS
2
AUTHORS
@ -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....]
|
||||
|
||||
|
@ -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
|
||||
|
@ -566,9 +566,6 @@ virRegisterStateDriver(virStateDriverPtr driver)
|
||||
int __virStateInitialize(void) {
|
||||
int i, ret = 0;
|
||||
|
||||
if (virInitialize() < 0)
|
||||
return -1;
|
||||
|
||||
if (virInitialize() < 0)
|
||||
return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user