mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-16 18:10:57 +01:00
* bus/bus.c: Missed patch - pass in the context to the directory watch
This commit is contained in:
parent
3d05e9499e
commit
4c31ea9ee2
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue