From 05cc2c3348e406027837e60a2c1015b997760c83 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 10 Feb 2012 12:44:19 +0000 Subject: Replace a series of booleans, all (apparently) alike, with flags This makes it a bit clearer what's going on. Signed-off-by: Simon McVittie Reviewed-by: Lennart Poettering --- bus/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/test.c') diff --git a/bus/test.c b/bus/test.c index 19caa02d..1ca96070 100644 --- a/bus/test.c +++ b/bus/test.c @@ -292,7 +292,7 @@ bus_context_new_test (const DBusString *test_data_dir, } dbus_error_init (&error); - context = bus_context_new (&config_file, FALSE, NULL, NULL, NULL, FALSE, FALSE, &error); + context = bus_context_new (&config_file, BUS_CONTEXT_FLAG_NONE, NULL, NULL, NULL, &error); if (context == NULL) { _DBUS_ASSERT_ERROR_IS_SET (&error); -- cgit v1.2.3