]> xenbits.xensource.com Git - libvirt.git/commit
src: switch to use g_setenv/g_unsetenv
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 18 Dec 2019 17:16:19 +0000 (17:16 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 3 Jan 2020 15:42:12 +0000 (15:42 +0000)
commit2c3353242337bb50fe5abc9454fd5fc98236d4ef
tree4e24a7df52fe6225bd659873d4cdb406cb7ed6dc
parent4eed65abec1de82200ac25e88d9a214c6321938b
src: switch to use g_setenv/g_unsetenv

Eliminate direct use of normal setenv/unsetenv calls in
favour of GLib's wrapper. This eliminates two gnulib
modules

Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
28 files changed:
src/security/virt-aa-helper.c
src/util/virsystemd.c
src/vbox/vbox_XPCOMCGlue.c
tests/libxlxml2domconfigtest.c
tests/lxcxml2xmltest.c
tests/qemudomaincheckpointxml2xmltest.c
tests/qemudomainsnapshotxml2xmltest.c
tests/qemufirmwaretest.c
tests/qemuhotplugtest.c
tests/qemumemlocktest.c
tests/qemusecuritytest.c
tests/qemuvhostusertest.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/securityselinuxhelper.c
tests/testutils.c
tests/testutils.h
tests/testutilsqemu.c
tests/vircgrouptest.c
tests/virfiletest.c
tests/virhostdevtest.c
tests/virnettlscontexttest.c
tests/virnettlssessiontest.c
tests/virpcitest.c
tests/virportallocatortest.c
tests/virsystemdtest.c
tests/virtimetest.c
tools/virt-login-shell-helper.c