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. --- dbus/dbus-transport-unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-transport-unix.c') 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