Skip to content

Commit

Permalink
returns when function is void
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Apr 12, 2024
1 parent 734e77f commit 0bf3638
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/secure_tunneling.c
Original file line number Diff line number Diff line change
Expand Up @@ -1596,8 +1596,6 @@ void reset_secure_tunnel_connection(struct aws_secure_tunnel *secure_tunnel) {
secure_tunnel->allocator, secure_tunnel, AWS_STS_CLEAN_DISCONNECT);

aws_event_loop_schedule_task_now(secure_tunnel->loop, &task->task);

return AWS_OP_SUCCESS;
}

/*********************************************************************************************************************
Expand Down

0 comments on commit 0bf3638

Please sign in to comment.