From 2f5e949851f7704b296f55ce1d1fcc4480176107 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 7 Nov 2004 17:06:34 +0000 Subject: 2004-11-07 Colin Walters * dbus/dbus-transport-unix.c (do_authentication): Always initialize auth_completed. --- ChangeLog | 5 +++++ dbus/dbus-transport-unix.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 872e7cb0..612db5d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-07 Colin Walters + + * dbus/dbus-transport-unix.c (do_authentication): Always + initialize auth_completed. + 2004-11-07 Colin Walters * bus/bus.c (load_config): Break into three diff --git a/dbus/dbus-transport-unix.c b/dbus/dbus-transport-unix.c index 778d9944..f7a49af2 100644 --- a/dbus/dbus-transport-unix.c +++ b/dbus/dbus-transport-unix.c @@ -383,10 +383,10 @@ do_authentication (DBusTransport *transport, } } + out: if (auth_completed) *auth_completed = (orig_auth_state != _dbus_transport_get_is_authenticated (transport)); - out: check_read_watch (transport); check_write_watch (transport); _dbus_transport_unref (transport); -- cgit