Mark logically dead code with corresponding comment.

Found by Coverity.
This commit is contained in:
Andrey Belov 2012-08-17 15:35:50 +00:00
parent 572bca7b83
commit b69f284383

View File

@ -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: