comparison ngx_http_auth_request_module.c @ 16:a19a77bf7b70

Auth request: comment fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Aug 2013 20:33:08 +0400
parents d4c131d13048
children 662785733552
comparison
equal deleted inserted replaced
15:3ba414c109d5 16:a19a77bf7b70
307 } 307 }
308 308
309 /* 309 /*
310 * set by ngx_pcalloc(): 310 * set by ngx_pcalloc():
311 * 311 *
312 * conf->uri.len = { 0, NULL }; 312 * conf->uri = { 0, NULL };
313 */ 313 */
314 314
315 conf->vars = NGX_CONF_UNSET_PTR; 315 conf->vars = NGX_CONF_UNSET_PTR;
316 316
317 return conf; 317 return conf;