From: Colin Walters Date: Sun, 7 Nov 2004 17:06:34 +0000 (+0000) Subject: 2004-11-07 Colin Walters X-Git-Tag: dbus-0.23~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f5e949851f7704b296f55ce1d1fcc4480176107;p=thirdparty%2Fdbus.git 2004-11-07 Colin Walters * dbus/dbus-transport-unix.c (do_authentication): Always initialize auth_completed. --- diff --git a/ChangeLog b/ChangeLog index 872e7cb00..612db5d80 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 778d99446..f7a49af21 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);