diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-31 15:26:46 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-31 15:26:46 +0000 |
commit | 709405b7559d3abcb90b61368c7072fb774f661b (patch) | |
tree | b6603153b1f77014711eff77d0d280d078d233cc /src/core/ngx_file.c | |
parent | a741f8d0216d95a7ee0fbb8a24947de8842900c0 (diff) | |
download | nginx-709405b7559d3abcb90b61368c7072fb774f661b.tar.gz nginx-709405b7559d3abcb90b61368c7072fb774f661b.zip |
nginx-0.0.3-2004-03-31-19:26:46 import
Diffstat (limited to 'src/core/ngx_file.c')
-rw-r--r-- | src/core/ngx_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_file.c b/src/core/ngx_file.c index 48cff4624..0e9344e10 100644 --- a/src/core/ngx_file.c +++ b/src/core/ngx_file.c @@ -56,7 +56,7 @@ int ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path, ngx_create_hashed_filename(file, path); -#if 0 +#if 1 file->fd = ngx_open_tempfile(file->name.data, persistent); #else file->fd = ngx_open_tempfile(file->name.data, 1); |