1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-25 01:34:11 +03:00
libvirt/qemud
Jim Meyering acff2d11ac Given code like if (foo) free (foo); remove the useless "if (foo) " part.
Likewise, given if (foo != NULL) free (foo); remove the useless "if" test.

* proxy/libvirt_proxy.c: Remove unnecessary "if" test before free.
* python/generator.py: Likewise.
* qemud/qemud.c: Likewise.
* src/buf.c: Likewise.
* src/conf.c: Likewise.
* src/hash.c: Likewise.
* src/iptables.c: Likewise.
* src/libvirt.c: Likewise.
* src/openvz_conf.c: Likewise.
* src/qemu_conf.c: Likewise.
* src/qemu_driver.c: Likewise.
* src/remote_internal.c: Likewise.
* src/test.c: Likewise.
* src/virsh.c: Likewise.
* src/virterror.c: Likewise.
* src/xen_internal.c: Likewise.
* src/xen_unified.c: Likewise.
* src/xend_internal.c: Likewise.
* src/xm_internal.c: Likewise.
* src/xml.c: Likewise.
* src/xmlrpc.c: Likewise.
* src/xs_internal.c: Likewise.
* tests/testutils.c: Likewise.
* tests/xencapstest.c: Likewise.
* tests/xmconfigtest.c: Likewise.
2008-01-29 17:41:07 +00:00
..
.cvsignore Ignore libvirtd.init, Daniel 2007-07-06 07:11:24 +00:00
default-network.xml Improve support for virtual networking 2007-03-13 22:43:22 +00:00
event.c Use a variable name as sizeof argument, not a type name. 2007-12-11 21:57:29 +00:00
event.h Allow updating of existing timers & file handle event watches 2007-09-19 01:27:32 +00:00
internal.h Portability improvements for Mac OS X. 2008-01-23 14:54:41 +00:00
libvirtd.conf Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
libvirtd.init.in Initial integration of SASL authentication, working for Kerberos only 2007-12-05 15:24:15 +00:00
libvirtd.policy Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
libvirtd.sasl Added missing sasl config file 2007-12-05 18:21:04 +00:00
libvirtd.sysconf Initial integration of SASL authentication, working for Kerberos only 2007-12-05 15:24:15 +00:00
Makefile.am Thu Dec 6 16:30:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-06 16:34:48 +00:00
mdns.c Use a variable name as sizeof argument, not a type name. 2007-12-11 21:57:29 +00:00
mdns.h Added support for Avahi mDNS advertisement 2007-09-19 01:56:55 +00:00
qemud.c Given code like if (foo) free (foo); remove the useless "if (foo) " part. 2008-01-29 17:41:07 +00:00
remote_dispatch_localvars.h Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_dispatch_proc_switch.h Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_dispatch_prototypes.h Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_generate_stubs.pl Add whitelisting of users. Remove IP whitelisting. Make auth schemes configurable 2007-12-05 15:34:05 +00:00
remote_protocol.c Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_protocol.h Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_protocol.x Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote.c Use a variable name as sizeof argument, not a type name. 2007-12-11 21:57:29 +00:00
rpcgen_fix.pl Mon Jun 11 12:34:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-06-11 11:36:17 +00:00