summaryrefslogtreecommitdiff
path: root/src/core/platform/tests/test-platform-general.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/platform/tests/test-platform-general.c')
-rw-r--r--src/core/platform/tests/test-platform-general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/platform/tests/test-platform-general.c b/src/core/platform/tests/test-platform-general.c
index cebd44f65b..fd6aae8265 100644
--- a/src/core/platform/tests/test-platform-general.c
+++ b/src/core/platform/tests/test-platform-general.c
@@ -44,7 +44,7 @@ test_link_get_all(void)
platform = nm_linux_platform_new(NULL, TRUE, NM_PLATFORM_NETNS_SUPPORT_DEFAULT, TRUE);
- links = nm_platform_link_get_all(platform, TRUE);
+ links = nm_platform_link_get_all(platform);
}
/*****************************************************************************/