diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | dbus/dbus-auth.c | 1 | 
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,12 @@  2008-01-15  John (J5) Palmieri  <johnp@redhat.com> +	* patch by Magnus Henoch <henoch plus bfdo at dtek dot chalmers dot se> + +	* dbus/dbus-auth.c (handle_server_data_external_mech): handle SASL +	EXTERNAL's inital empty responce (FDO Bug #9945) + +2008-01-15  John (J5) Palmieri  <johnp@redhat.com> +  	* bus/messagebus.in: add lsb headers (FDO Bug #11491)  2008-01-15  John (J5) Palmieri  <johnp@redhat.com> diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 221ceb47..7e424aff 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -1039,6 +1039,7 @@ handle_server_data_external_mech (DBusAuth         *auth,            _dbus_verbose ("%s: sending empty challenge asking client for auth identity\n",                           DBUS_AUTH_NAME (auth));            auth->already_asked_for_initial_response = TRUE; +          goto_state (auth, &server_state_waiting_for_data);            return TRUE;          }        else  | 
