mirror of
https://github.com/nginx/nginx.git
synced 2025-07-24 14:16:20 +08:00
Mark logically dead code with corresponding comment.
Found by Coverity.
This commit is contained in:
parent
572bca7b83
commit
b69f284383
@ -1025,6 +1025,7 @@ ngx_http_ssi_parse(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx)
|
||||
switch (state) {
|
||||
|
||||
case ssi_start_state:
|
||||
/* not reached */
|
||||
break;
|
||||
|
||||
case ssi_tag_state:
|
||||
|
Loading…
Reference in New Issue
Block a user