diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-12-21 17:14:50 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-21 17:14:50 +0000 |
| commit | 41d5a4f2ae515a62008d22997c431ff54cfc7500 (patch) | |
| tree | e170fbe927006d7aea642b9911d0b6c9546485bd /src/core/ngx_config_file.c | |
| parent | 93e50544d8baf5fac38a5915c9231aaf175463da (diff) | |
| download | nginx-41d5a4f2ae515a62008d22997c431ff54cfc7500.tar.gz nginx-41d5a4f2ae515a62008d22997c431ff54cfc7500.tar.bz2 | |
nginx-0.0.1-2002-12-21-20:14:50 import
Diffstat (limited to 'src/core/ngx_config_file.c')
| -rw-r--r-- | src/core/ngx_config_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ngx_config_file.c b/src/core/ngx_config_file.c index b2b4b8104..d161c5467 100644 --- a/src/core/ngx_config_file.c +++ b/src/core/ngx_config_file.c @@ -183,7 +183,6 @@ int ngx_conf_read_token(ngx_conf_t *cf) return NGX_ERROR; } - cf->conf_file.file.offset += n; h->pos.mem = h->start + (h->pos.mem - start); start = h->start; h->last.mem = h->pos.mem + n; |
