summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-transport-unix.c
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 /dbus/dbus-transport-unix.c
parentcdac3e058b922431f387351fd8ebf60a764485d1 (diff)
2004-11-07 Colin Walters <walters@verbum.org>
* dbus/dbus-transport-unix.c (do_authentication): Always initialize auth_completed.
Diffstat (limited to 'dbus/dbus-transport-unix.c')
-rw-r--r--dbus/dbus-transport-unix.c2
1 files changed, 1 insertions, 1 deletions
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);