Skip to content

Commit

Permalink
fixup! Fixup after merging master into am-755-websocket-proxy-proto
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
  • Loading branch information
ttaym committed Apr 22, 2022
1 parent 9a014ce commit 0d27705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fw/websocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ tfw_ws_srv_new_steal_sk(TfwSrvConn *srv_conn)
srv_conn->sk = NULL;
if (srv_conn->destructor)
srv_conn->destructor(srv_conn);
clear_bit(TFW_CONN_B_UNSCHED, &srv_conn->flags);

return conn;
}
Expand Down

0 comments on commit 0d27705

Please sign in to comment.