Skip to content

Commit 90674cd

Browse files
author
xiaokai1
committed
the warning is a error that "status" is not initialized in max os: fixed
1 parent 322c315 commit 90674cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_upsync_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ static ngx_int_t
16731673
ngx_http_upsync_init_process(ngx_cycle_t *cycle)
16741674
{
16751675
char *conf_value = NULL;
1676-
ngx_int_t status;
1676+
ngx_int_t status = 0;
16771677
ngx_uint_t i, j;
16781678
ngx_pool_t *pool;
16791679
ngx_upsync_conf_t *upsync_type_conf;

0 commit comments

Comments
 (0)