comparison src/http/modules/ngx_http_userid_filter_module.c @ 1565:4c43e25d11ea

fix English grammar
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Oct 2007 18:56:15 +0000
parents 3b763d36e055
children 02a22cd5282a 6bbb9057ef16
comparison
equal deleted inserted replaced
1564:6725c3f56216 1565:4c43e25d11ea
491 if (v->data == NULL) { 491 if (v->data == NULL) {
492 return NGX_ERROR; 492 return NGX_ERROR;
493 } 493 }
494 494
495 v->valid = 1; 495 v->valid = 1;
496 v->no_cachable = 0; 496 v->no_cacheable = 0;
497 v->not_found = 0; 497 v->not_found = 0;
498 498
499 ngx_sprintf(v->data, "%V=%08XD%08XD%08XD%08XD", 499 ngx_sprintf(v->data, "%V=%08XD%08XD%08XD%08XD",
500 &conf->name, uid[0], uid[1], uid[2], uid[3]); 500 &conf->name, uid[0], uid[1], uid[2], uid[3]);
501 501