Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: fixed compilation errors when building without SSL. #2326

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

xiaocang
Copy link
Contributor

@xiaocang xiaocang commented Jul 3, 2024

lua-nginx-module/src/ngx_http_lua_balancer.c: In function ‘ngx_http_lua_balancer_get_peer’:
lua-nginx-module/src/ngx_http_lua_balancer.c:389:41: error: variable ‘u’ set but not used [-Werror=unused-but-set-variable]
  389 |     ngx_http_upstream_t                *u;
      |

I hereby granted the copyright of the changes in this pull request
to the authors of this lua-nginx-module project.

lua-nginx-module/src/ngx_http_lua_balancer.c: In function ‘ngx_http_lua_balancer_get_peer’:
lua-nginx-module/src/ngx_http_lua_balancer.c:389:41: error: variable ‘u’ set but not used [-Werror=unused-but-set-variable]
  389 |     ngx_http_upstream_t                *u;
      |
@zhuizhuhaomeng zhuizhuhaomeng merged commit 6477a7b into openresty:master Jul 3, 2024
3 of 4 checks passed
@xiaocang xiaocang deleted the fix-unused-upstream branch July 3, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants