2004-11-07 Colin Walters <walters@verbum.org>
authorColin Walters <walters@verbum.org>
Sun, 7 Nov 2004 17:06:34 +0000 (17:06 +0000)
committerColin Walters <walters@verbum.org>
Sun, 7 Nov 2004 17:06:34 +0000 (17:06 +0000)
* dbus/dbus-transport-unix.c (do_authentication): Always
initialize auth_completed.

ChangeLog
dbus/dbus-transport-unix.c

index 872e7cb..612db5d 100644 (file)
--- 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.
index 778d994..f7a49af 100644 (file)
@@ -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);