mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 08:57:35 -04:00
Mark logically dead code with corresponding comment.
Found by Coverity.
This commit is contained in:
parent
572bca7b83
commit
b69f284383
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue