Skip to content

Commit dba2163

Browse files
committed
debug
1 parent 8c643f2 commit dba2163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_auth_jwt_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static ngx_int_t ngx_http_auth_jwt_handler(ngx_http_request_t *r)
115115
h = search_headers_in(r, authorizationHeaderName.data, authorizationHeaderName.len);
116116
if (h != NULL)
117117
{
118-
char* authvalue = ngx_str_t_to_char_ptr(r->pool, h.value);
118+
char* authvalue = ngx_str_t_to_char_ptr(r->pool, h->value);
119119
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "authorization header %s", authvalue);
120120
}
121121

0 commit comments

Comments
 (0)