mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* python/libvir.c: fixed one more problem prior to 0.0.4
Daniel
This commit is contained in:
parent
2a9660e425
commit
04142f1c5e
@ -1,3 +1,7 @@
|
|||||||
|
Fri Feb 10 11:30:41 EST 2006 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* python/libvir.c: fixed one more problem prior to 0.0.4
|
||||||
|
|
||||||
Fri Feb 10 11:21:53 EST 2006 Daniel Veillard <veillard@redhat.com>
|
Fri Feb 10 11:21:53 EST 2006 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h
|
* NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h
|
||||||
|
@ -115,7 +115,7 @@ static PyMethodDef libvirtMethods[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
initlibvirmod(void)
|
initlibvirtmod(void)
|
||||||
{
|
{
|
||||||
static int initialized = 0;
|
static int initialized = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user