* bus/bus.c: Missed patch - pass in the context to the directory watch
authorJohn (J5) Palmieri <johnp@redhat.com>
Mon, 6 Nov 2006 16:02:19 +0000 (16:02 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Mon, 6 Nov 2006 16:02:19 +0000 (16:02 +0000)
ChangeLog
bus/bus.c

index a80bb65eb223c5a199199fc68db96960578503ff..5a0312bd33576685160bdfd40d84da2ffd29c333 100644 (file)
--- 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)
index 658271f7bb5e2a037bf17c38041f05e2453dbe90..efbd0232c876827ea343a77564d351399d890688 100644 (file)
--- 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;
 }