Skip to content

Commit

Permalink
fix: same with lua-nginx-module
Browse files Browse the repository at this point in the history
  • Loading branch information
ytlm committed Jul 1, 2024
1 parent 71a6443 commit 05d16e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_stream_lua_balancer.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ ngx_stream_lua_ffi_balancer_get_last_failure(ngx_stream_lua_request_t *r,


int
ngx_stream_lua_ffi_balancer_set_proxy_bind(ngx_stream_lua_request_t *r,
ngx_stream_lua_ffi_balancer_bind_to_local_addr(ngx_stream_lua_request_t *r,
const u_char *addr, size_t addr_len, char **err)
{
ngx_int_t rc;
Expand Down

0 comments on commit 05d16e1

Please sign in to comment.