* bus/bus.c: Missed patch - pass in the context to the directory watch

This commit is contained in:
John (J5) Palmieri 2006-11-06 16:02:19 +00:00
parent 3d05e9499e
commit 4c31ea9ee2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-11-06 John (J5) Palmieri <johnp@redhat.com>
* bus/bus.c: Missed patch - pass in the context to the directory watch
2006-11-02 John (J5) Palmieri <johnp@redhat.com>
* Released D-Bus 1.0 RC 3(0.95)

View file

@ -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;
}