Fix: Enter RESPONSE_SENT state in ussd response cb

This commit is contained in:
Andrzej Zaborowski 2010-03-01 05:29:28 +01:00 committed by Denis Kenzior
parent 172c68edf5
commit 9ee8e9f8f0
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ static void ussd_response_callback(const struct ofono_error *error, void *data)
DBusMessage *reply;
if (error->type == OFONO_ERROR_TYPE_NO_ERROR) {
ussd_change_state(ussd, USSD_STATE_ACTIVE);
ussd_change_state(ussd, USSD_STATE_RESPONSE_SENT);
reply = dbus_message_new_method_return(ussd->pending);
} else {
ussd_change_state(ussd, USSD_STATE_IDLE);