summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2004-11-07 17:06:34 +0000
committerColin Walters <walters@verbum.org>2004-11-07 17:06:34 +0000
commit2f5e949851f7704b296f55ce1d1fcc4480176107 (patch)
tree45b423242d6f125cb3b483c462ed10811ecd4961 /ChangeLog
parentcdac3e058b922431f387351fd8ebf60a764485d1 (diff)
2004-11-07 Colin Walters <walters@verbum.org>
* dbus/dbus-transport-unix.c (do_authentication): Always initialize auth_completed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 872e7cb0..612db5d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-11-07 Colin Walters <walters@verbum.org>
+ * dbus/dbus-transport-unix.c (do_authentication): Always
+ initialize auth_completed.
+
+2004-11-07 Colin Walters <walters@verbum.org>
+
* bus/bus.c (load_config): Break into three
separate functions: process_config_first_time_only,
process_config_every_time, and process_config_postinit.