summaryrefslogtreecommitdiff
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
parent3d05e9499e3662207cf436f0f32cceb4fb7e6b03 (diff)
* bus/bus.c: Missed patch - pass in the context to the directory watch
-rw-r--r--ChangeLog4
-rw-r--r--bus/bus.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a80bb65e..5a0312bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
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;
}