Skip to content

Commit

Permalink
Compatibility: fixed an issues/232 with compile errors in gcc 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vozlt committed Sep 7, 2022
1 parent e3cc427 commit 6fb2eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_vhost_traffic_status_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ngx_http_vhost_traffic_status_dump_node_write(ngx_event_t *ev, ngx_file_t *file,
ngx_rbtree_node_t *node)
{
ngx_http_vhost_traffic_status_ctx_t *ctx;
ngx_http_vhost_traffic_status_node_t *vtsn;
ngx_http_vhost_traffic_status_node_t *volatile vtsn;

ctx = ev->data;

Expand Down

0 comments on commit 6fb2eb1

Please sign in to comment.