dbus/dbus dbus-transport-unix.c,1.41,1.42

Colin Walters walters at freedesktop.org
Sun Nov 7 09:06:36 PST 2004


Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv4283/dbus

Modified Files:
	dbus-transport-unix.c 
Log Message:
2004-11-07  Colin Walters  <walters at verbum.org>

	* dbus/dbus-transport-unix.c (do_authentication): Always
	initialize auth_completed.


Index: dbus-transport-unix.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-transport-unix.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- dbus-transport-unix.c	22 Oct 2004 02:07:29 -0000	1.41
+++ dbus-transport-unix.c	7 Nov 2004 17:06:34 -0000	1.42
@@ -383,10 +383,10 @@
         }
     }
 
+ 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);



More information about the dbus-commit mailing list