From 4c31ea9ee25282cf329e4b46eaa0454fd8a8256d Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 6 Nov 2006 16:02:19 +0000 Subject: * bus/bus.c: Missed patch - pass in the context to the directory watch --- bus/bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus') diff --git a/bus/bus.c b/bus/bus.c index 658271f7..efbd0232 100644 --- a/bus/bus.c +++ b/bus/bus.c @@ -517,7 +517,7 @@ process_config_postinit (BusContext *context, /* Watch all conf directories */ _dbus_list_foreach (bus_config_parser_get_conf_dirs (parser), (DBusForeachFunction) bus_watch_directory, - NULL); + context); return TRUE; } -- cgit