gatserver: Fix not processing after async error

If we send an async error response, all future commands are ignored.
This commit is contained in:
Denis Kenzior 2011-08-14 23:17:37 -05:00
parent 665b2ea99e
commit 6240b76294
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ void g_at_server_send_final(GAtServer *server, GAtServerResult result)
return;
}
server->final_async = FALSE;
send_numeric(server, result);
}