mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 00:25:23 +00:00
7b48bb8ca0
Replace: if (!s && VIR_STRDUP(s, str) < 0) goto; with: if (!s) s = g_strdup(str); Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com> |
||
---|---|---|
.. | ||
hyperv_driver.c | ||
hyperv_driver.h | ||
hyperv_private.h | ||
hyperv_util.c | ||
hyperv_util.h | ||
hyperv_wmi_classes.c | ||
hyperv_wmi_classes.h | ||
hyperv_wmi_generator.input | ||
hyperv_wmi_generator.py | ||
hyperv_wmi.c | ||
hyperv_wmi.h | ||
Makefile.inc.am | ||
openwsman.h |