Skip to content

Commit 3f050db

Browse files
committed
fix: def chunkname
1 parent b135fc0 commit 3f050db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ngx_http_lua_directive.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,8 @@ char *
613613
ngx_http_lua_server_rewrite_by_lua(ngx_conf_t *cf, ngx_command_t *cmd,
614614
void *conf)
615615
{
616-
u_char *cache_key = NULL;
616+
size_t chunkname_len;
617+
u_char *cache_key = NULL, *chunkname;
617618
ngx_str_t *value;
618619
ngx_http_lua_main_conf_t *lmcf;
619620
ngx_http_lua_loc_conf_t *llcf = conf;

0 commit comments

Comments
 (0)