comparison src/core/ngx_file.c @ 208:0b67be7d4489

nginx-0.0.1-2003-12-08-23:48:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Dec 2003 20:48:12 +0000
parents 8dee38ea9117
children 70e1c7d2b83d
comparison
equal deleted inserted replaced
207:6e0fef527732 208:0b67be7d4489
12 int rc; 12 int rc;
13 13
14 if (tf->file.fd == NGX_INVALID_FILE) { 14 if (tf->file.fd == NGX_INVALID_FILE) {
15 rc = ngx_create_temp_file(&tf->file, tf->path, tf->pool, 15 rc = ngx_create_temp_file(&tf->file, tf->path, tf->pool,
16 tf->persistent); 16 tf->persistent);
17 17
18 if (rc == NGX_ERROR || rc == NGX_AGAIN) { 18 if (rc == NGX_ERROR || rc == NGX_AGAIN) {
19 return rc; 19 return rc;
20 } 20 }
21 21
22 if (!tf->persistent && tf->warn) { 22 if (!tf->persistent && tf->warn) {