libvirt/src/openvz
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 maint: Add filetype annotations to Makefile.inc.am 2019-04-12 16:55:38 +02:00
openvz_conf.c Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
openvz_conf.h src/openvz: use #pragma once in headers 2019-06-19 17:12:30 +02:00
openvz_driver.c Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
openvz_driver.h src/openvz: use #pragma once in headers 2019-06-19 17:12:30 +02:00
openvz_util.c Make tests independant of system page size 2015-02-02 20:27:43 +00:00
openvz_util.h src/openvz: use #pragma once in headers 2019-06-19 17:12:30 +02:00