mirror of https://gitee.com/openkylin/libvirt.git
0fa4d62986
* python/libvir.c (libvirt_virConnectDomainEventCallback): Return 0 when successful, rather than always returning -1. clang flagged this function for its dead-store of "ret=0". Once "ret" was set to 0, it was never used, and the function would always return -1. |
||
---|---|---|
.. | ||
tests | ||
.gitignore | ||
Makefile.am | ||
TODO | ||
generator.py | ||
libvir.c | ||
libvir.py | ||
libvirt-python-api.xml | ||
libvirt_wrap.h | ||
types.c | ||
virConnect.py |