]> xenbits.xensource.com Git - libvirt.git/commit
nwfilter: Clean up a couple nwfilter_driver error paths
authorJohn Ferlan <jferlan@redhat.com>
Sun, 14 May 2017 12:57:13 +0000 (08:57 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sun, 16 Jul 2017 03:00:30 +0000 (23:00 -0400)
commit5d5f718323c217b0895de5a23c07770365a2462c
treef1356160fd7fa9a266a7268c959a53aba66f758f
parentf7ecae6107a8457d9dbbcf8efc4ef4a96e13f751
nwfilter: Clean up a couple nwfilter_driver error paths

No need to goto cleanup and check "if (obj)" if we know (obj) isn't there,
so just return immediately.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/nwfilter/nwfilter_driver.c