Skip to content

Commit

Permalink
A small fix after rebase on top of master branch. (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
keshonok committed Oct 14, 2016
1 parent 9b7ba25 commit e7285c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempesta_fw/t/unit/sched_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ test_conn_release_all(TfwSrvGroup *sg)
list_for_each_entry_safe(conn, conn_tmp, &srv->conn_list, list) {
conn->sk = NULL;
tfw_connection_unlink_from_peer(conn);
while (tfw_connection_nfo(conn)) {
while (tfw_connection_live(conn)) {
tfw_connection_put(conn);
}
tfw_srv_conn_free((TfwSrvConnection *)conn);
Expand Down

0 comments on commit e7285c7

Please sign in to comment.