summaryrefslogtreecommitdiffstats
path: root/bus/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/test.c')
-rw-r--r--bus/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/test.c b/bus/test.c
index 00a522c6..cf3ef8e8 100644
--- a/bus/test.c
+++ b/bus/test.c
@@ -370,7 +370,7 @@ bus_context_new_test (const DBusString *test_data_dir,
}
dbus_error_init (&error);
- context = bus_context_new (&config_file, &error);
+ context = bus_context_new (&config_file, -1, &error);
if (context == NULL)
{
_DBUS_ASSERT_ERROR_IS_SET (&error);