libvirt/src/network
Ján Tomko 4d81b800e2 network: use g_strdup instead of VIR_STRDUP
Replace all occurrences of
  if (VIR_STRDUP(a, b) < 0)
     /* effectively dead code */
with:
  a = g_strdup(b);

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2019-10-21 12:51:57 +02:00
..
bridge_driver_linux.c network: allow DHCP/DNS/TFTP explicitly in OUTPUT rules 2019-10-18 18:49:54 +01:00
bridge_driver_nop.c network: use G_GNUC_UNUSED 2019-10-15 11:25:23 +02:00
bridge_driver_platform.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
bridge_driver_platform.h conf: Add virNetworkXMLOption 2019-07-17 17:18:55 -04:00
bridge_driver.c network: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:57 +02:00
bridge_driver.h conf: network: use generic XML namespace types 2019-08-21 10:29:20 +02:00
default.xml
leaseshelper.c network: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:57 +02:00
libvirt.zone network: explicitly allow icmp/icmpv6 in libvirt zonefile 2019-02-14 15:06:42 -05:00
Makefile.inc.am build: fix use of $(AUG_GENTEST) as a dependency 2019-10-18 13:54:03 +01:00
virtnetworkd.service.in network: introduce virtnetworkd daemon 2019-08-09 14:06:31 +01:00