Skip to content

Commit da9afdd

Browse files
committed
fixed build
1 parent 78c9e35 commit da9afdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ngx_stream_lua_proxy_ssl_verifyby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ ngx_stream_lua_proxy_ssl_verify_by_chunk(lua_State *L,
464464
ngx_int_t rc;
465465
lua_State *co;
466466
ngx_stream_lua_ctx_t *ctx;
467-
ngx_stream_lua_cleanup_t *cln;
467+
ngx_pool_cleanup_t *cln;
468468
ngx_stream_upstream_t *u;
469469
ngx_connection_t *c;
470470
ngx_stream_lua_ssl_ctx_t *cctx;

0 commit comments

Comments
 (0)