libvirt/src/nwfilter
Martin Kletzander 3470cd860d Fix building with -Og
When building using -Og, gcc sees that some variables can be used
uninitialized  It can be debatable whether it is possible with our
codeflow, but functions should be self-contained and initializations are
always good.  The return instead of goto is due to actualType being used
in the cleanup.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
2016-06-03 13:26:30 +02:00
..
nwfilter_dhcpsnoop.c util: Add virSocketAddrSetIPv[46]AddrNetOrder and use it 2016-03-21 11:28:33 +01:00
nwfilter_dhcpsnoop.h Remove virDomainNetType parameter from nwfilter drivers 2014-04-25 15:44:09 +01:00
nwfilter_driver.c nwfilter: Replace VIR_ERROR with standard vir*Error in state driver init 2016-05-23 15:42:46 -04:00
nwfilter_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
nwfilter_ebiptables_driver.c Fix building with -Og 2016-06-03 13:26:30 +02:00
nwfilter_ebiptables_driver.h Convert nwfilter ebiptablesApplyNewRules to virFirewall 2014-04-25 15:44:10 +01:00
nwfilter_gentech_driver.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
nwfilter_gentech_driver.h Remove virDomainNetType parameter from nwfilter drivers 2014-04-25 15:44:09 +01:00
nwfilter_learnipaddr.c nwfilter: fix lock order deadlock 2016-05-24 15:24:37 +03:00
nwfilter_learnipaddr.h Force usage of virThreadCreate 2015-03-25 10:00:53 +01:00
nwfilter_tech_driver.h Merge nwfilter createRuleInstance driver into applyNewRules 2014-04-25 15:44:09 +01:00