mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-24 22:48:12 +02:00
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. |
||
|---|---|---|
| .. | ||
| tests | ||
| common.h | ||
| Makefile.am | ||
| nm-ifcfg-connection.c | ||
| nm-ifcfg-connection.h | ||
| nm-ifcfg-rh.conf | ||
| nm-ifcfg-rh.xml | ||
| plugin.c | ||
| plugin.h | ||
| reader.c | ||
| reader.h | ||
| shvar.c | ||
| shvar.h | ||
| utils.c | ||
| utils.h | ||
| writer.c | ||
| writer.h | ||