From: John (J5) Palmieri Date: Mon, 6 Nov 2006 16:02:19 +0000 (+0000) Subject: * bus/bus.c: Missed patch - pass in the context to the directory watch X-Git-Tag: dbus-1.0.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c31ea9ee25282cf329e4b46eaa0454fd8a8256d;p=thirdparty%2Fdbus.git * bus/bus.c: Missed patch - pass in the context to the directory watch --- diff --git a/ChangeLog b/ChangeLog index a80bb65eb..5a0312bd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-06 John (J5) Palmieri + + * bus/bus.c: Missed patch - pass in the context to the directory watch + 2006-11-02 John (J5) Palmieri * Released D-Bus 1.0 RC 3(0.95) diff --git a/bus/bus.c b/bus/bus.c index 658271f7b..efbd0232c 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; }