]> xenbits.xensource.com Git - libvirt.git/commit
lxc_driver: remove useless comparison
authorJim Meyering <meyering@redhat.com>
Mon, 18 Jan 2010 08:49:57 +0000 (09:49 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 18 Jan 2010 12:31:41 +0000 (13:31 +0100)
commit0a6a6f5e618ed1c9888d9dbdb72fe7d65eb1642c
tree1a0d712ac8624161de7d7b1bf1af21c1866f54fa
parent8803937b59e31b787ce91172befda13b1b4ca382
lxc_driver: remove useless comparison

* src/lxc/lxc_driver.c (lxcSetupInterfaces): Remove always-true
array-is-non-NULL test.  git grep 'mac\[.*\];'|grep -F .h
src/conf/domain_conf.h:    unsigned char mac[VIR_MAC_BUFLEN];
src/lxc/lxc_driver.c