Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
theweakgod committed Jul 8, 2024
1 parent 93acd43 commit e4defda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ngx_stream_lua_ssl_certby.c
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,6 @@ ngx_stream_lua_ffi_ssl_verify_client(ngx_stream_lua_request_t *r,
}

if (trusted_chain != NULL) {

for (i = 0; i < sk_X509_num(trusted_chain); i++) {
x509 = sk_X509_value(trusted_chain, i);
if (x509 == NULL) {
Expand Down

0 comments on commit e4defda

Please sign in to comment.