summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-11-06 16:02:19 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-11-06 16:02:19 +0000
commit4c31ea9ee25282cf329e4b46eaa0454fd8a8256d (patch)
tree7a1e2a94ae49a3a114719f9f5052737e6277d8d9 /bus
parent3d05e9499e3662207cf436f0f32cceb4fb7e6b03 (diff)
* bus/bus.c: Missed patch - pass in the context to the directory watch
Diffstat (limited to 'bus')
-rw-r--r--bus/bus.c2
1 files changed, 1 insertions, 1 deletions
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;
}