NetworkManager/src/settings/plugins/ifcfg-rh
Thomas Haller c2709eac40 ifcfg-rh/tests: fix variable scope for test arguments
The @read_wired_static array is passed on as test function. But defining
it in a local scope is strictly speaking not correct because the lifetime
of the array ends before the test run. Move it to the outer scope, which
exists during the test runs.
2016-01-29 20:22:28 +01:00
..
tests ifcfg-rh/tests: fix variable scope for test arguments 2016-01-29 20:22:28 +01:00
common.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
Makefile.am build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
nm-ifcfg-connection.c core: use NM_PLATFORM_GET instead of nm_platform_get() in function calls 2016-01-06 21:25:56 +01:00
nm-ifcfg-connection.h ifcfg-rh: log warning when loading of connection fails 2015-06-02 12:57:52 +02:00
nm-ifcfg-rh.conf ifcfg-rh: don't disallow console users from owning the bus name 2015-10-06 17:30:51 +02:00
nm-ifcfg-rh.xml ifcfg-rh: port to gdbus 2015-08-10 09:41:26 -04:00
plugin.c core: always use gulong to store signal handler ids 2016-01-06 21:25:55 +01:00
plugin.h ifcfg-rh: use distinct D-Bus connection for ifcfg-rh service 2015-11-10 18:12:12 +01:00
reader.c ifcfg: make Coverity happy 2016-01-29 20:18:21 +01:00
reader.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
shvar.c ifcfg-rh: add svSetValueInt64() utility 2015-11-18 15:37:42 +01:00
shvar.h ifcfg-rh: add svSetValueInt64() utility 2015-11-18 15:37:42 +01:00
utils.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
utils.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
writer.c ifcfg,keyfile: fix temporary file races (CVE-2016-0764) 2016-01-29 20:18:28 +01:00
writer.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00