Skip to content

Commit

Permalink
fix: err param definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ytlm committed Jun 27, 2024
1 parent cfdffec commit 593bf42
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 @@ -754,7 +754,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,
const u_char *addr, size_t addr_len, char *err)
const u_char *addr, size_t addr_len, char **err)
{
ngx_int_t rc;
ngx_str_t addr_str;
Expand Down

0 comments on commit 593bf42

Please sign in to comment.