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 012d1d0e..f8d4c5f3 100644
--- a/bus/test.c
+++ b/bus/test.c
@@ -377,7 +377,7 @@ bus_context_new_test (const DBusString *test_data_dir,
}
dbus_error_init (&error);
- context = bus_context_new (&config_file, -1, &error);
+ context = bus_context_new (&config_file, FALSE, -1, -1, &error);
if (context == NULL)
{
_DBUS_ASSERT_ERROR_IS_SET (&error);