summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-07 19:07:38 +0100
committerThomas Haller <thaller@redhat.com>2016-02-09 10:51:33 +0100
commit03ec7514020663f1c35f2c4e9ffa20e8d89ab0ed (patch)
treed54102e55c473e67d84140fb5b130e2eceedf8e4 /shared
parent170b94598a72cf369a5cad07a648f3d421b69a00 (diff)
downloadNetworkManager-03ec7514020663f1c35f2c4e9ffa20e8d89ab0ed.tar.gz
nmtst: fix nmtst_test_data_unpack() macro
Fixes: e6244814eb82d0c036a506e204878c0c9ccdac72
Diffstat (limited to 'shared')
-rw-r--r--shared/nm-test-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/nm-test-utils.h b/shared/nm-test-utils.h
index ed31579b02..19030c53ee 100644
--- a/shared/nm-test-utils.h
+++ b/shared/nm-test-utils.h
@@ -685,7 +685,7 @@ _nmtst_test_data_unpack_detail (const NmtstTestData *test_data, const char **det
va_end (ap);
}
#define nmtst_test_data_unpack_detail(test_data, detail, ...) _nmtst_test_data_unpack_detail(test_data, detail, NM_NARG (__VA_ARGS__), ##__VA_ARGS__)
-#define nmtst_test_data_unpack(test_data, ...) nmtst_test_data_unpack(test_data, NULL, ##__VA_ARGS__)
+#define nmtst_test_data_unpack(test_data, ...) nmtst_test_data_unpack_detail(test_data, NULL, ##__VA_ARGS__)
inline static void
_nmtst_test_data_free (gpointer data)