diff options
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; |