diff src/http/ngx_http_core_module.c @ 6796:92ad1c92bcf9

Style: switch.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 04 Nov 2016 19:12:19 +0300
parents 0c572ed91b36
children d15172ebb400
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -4827,8 +4827,6 @@ ngx_http_core_error_page(ngx_conf_t *cf,
                 case NGX_HTTPS_CERT_ERROR:
                 case NGX_HTTPS_NO_CERT:
                     err->overwrite = NGX_HTTP_BAD_REQUEST;
-                default:
-                    break;
             }
         }