summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrey Belov <defan@nginx.com>2012-08-17 15:35:50 +0000
committerAndrey Belov <defan@nginx.com>2012-08-17 15:35:50 +0000
commitb69f2843835237da726bbdbe0f5f909681140d2a (patch)
treec5be9e7aa6259999bad932e74600379c8da0d8ab
parent572bca7b837c5aecc4ade3351026b1297f7209cd (diff)
downloadnginx-b69f2843835237da726bbdbe0f5f909681140d2a.tar.gz
nginx-b69f2843835237da726bbdbe0f5f909681140d2a.tar.bz2
Mark logically dead code with corresponding comment.
Found by Coverity.
-rw-r--r--src/http/modules/ngx_http_ssi_filter_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c
index 13badac61..eb286cc34 100644
--- a/src/http/modules/ngx_http_ssi_filter_module.c
+++ b/src/http/modules/ngx_http_ssi_filter_module.c
@@ -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: