]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 872e7cb0019cf75e5def63338e59a47e47e19c09..612db5d80bacd632e673252f0a507d35dae6002c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 778d994463d1cfb4e7e2c099ebac56f76d323297..f7a49af21b2d1d7cd05acc2ed8dc7095c0b36ec0 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);