diff options
Diffstat (limited to 'dbus/dbus-auth.c')
| -rw-r--r-- | dbus/dbus-auth.c | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
