Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigzagAK authored Jan 23, 2024
1 parent 1878908 commit 162b65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_zookeeper_upstream_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ ngx_zookeeper_sync_upstream(ngx_http_zookeeper_upstream_srv_conf_t *zscf)
ngx_str_t *path;
ngx_uint_t j;
ngx_zookeeper_path_ctx_t *ctx;
ngx_atomic_t *count;
ngx_atomic_t *count = NULL;
ngx_pool_t *pool;
ngx_array_t *names;

Expand Down

0 comments on commit 162b65e

Please sign in to comment.