Skip to content

Commit

Permalink
fixup! Replace GFSM calls with direct calls to TLS and HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaym committed Feb 22, 2022
1 parent 85aff1a commit 38a7a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/sock_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static const SsHooks tfw_sock_http_clnt_ss_hooks = {
static const SsHooks tfw_sock_tls_clnt_ss_hooks = {
.connection_new = tfw_sock_clnt_new,
.connection_drop = tfw_sock_clnt_drop,
.connection_recv = tfw_connection_recv,
.connection_recv = tfw_tls_msg_process,
};

static int
Expand Down

0 comments on commit 38a7a4a

Please sign in to comment.