changeset 16:a19a77bf7b70

Auth request: comment fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Aug 2013 20:33:08 +0400
parents 3ba414c109d5
children 662785733552
files ngx_http_auth_request_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ngx_http_auth_request_module.c
+++ b/ngx_http_auth_request_module.c
@@ -309,7 +309,7 @@ ngx_http_auth_request_create_conf(ngx_co
     /*
      * set by ngx_pcalloc():
      *
-     *     conf->uri.len = { 0, NULL };
+     *     conf->uri = { 0, NULL };
      */
 
     conf->vars = NGX_CONF_UNSET_PTR;