libvirt/src/vz
Ján Tomko d63f91648e Use g_strdup instead of VIR_STRDUP everywhere
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:59 +02:00
..
Makefile.inc.am build: fix use of $(AUG_GENTEST) as a dependency 2019-10-18 13:54:03 +01:00
virtvzd.service.in vz: introduce virtvzd daemon 2019-08-09 14:06:31 +01:00
vz_driver.c Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
vz_driver.h src/vz: use #pragma once in headers 2019-06-19 17:12:33 +02:00
vz_sdk.c Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
vz_sdk.h src/vz: use #pragma once in headers 2019-06-19 17:12:33 +02:00
vz_utils.c vz: use G_GNUC_UNUSED 2019-10-15 11:25:25 +02:00
vz_utils.h use G_GNUC_NULL_TERMINATED instead of ATTRIBUTE_SENTINEL 2019-10-15 11:25:22 +02:00