Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Use AO2 list of private objects
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed Jun 17, 2024
1 parent 5552c36 commit 6f9602d
Show file tree
Hide file tree
Showing 10 changed files with 391 additions and 237 deletions.
2 changes: 1 addition & 1 deletion src/at_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ void at_queue_handle_result(struct pvt* pvt, at_res_t res) { at_queue_remove_cmd

void at_queue_flush(struct pvt* pvt)
{
while (AST_LIST_FIRST(&pvt->at_queue)) {
while (!AST_LIST_EMPTY(&pvt->at_queue)) {
at_queue_remove(pvt);
}
}
Expand Down
Loading

0 comments on commit 6f9602d

Please sign in to comment.