Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-26 22:08:50 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-12-26 22:08:50 +0300
commitfa5fea18f7b0f6d024d5a814d34c778b6792abdb (patch)
tree6cf642884492a99ca7f8f9d42c8044f7e7789c7c /src
parent3b30a901b43c11c83ac598e0954c3c33a89d78fd (diff)
nginx-0.0.1-2003-12-26-22:08:50 import
Diffstat (limited to 'src')
-rw-r--r--src/core/nginx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index eee88dc3f..4ae4d099e 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -268,6 +268,8 @@ ngx_log_debug(log, "REOPEN: %d:%d:%s" _ fd _ file[i].fd _ file[i].name.data);
file[i].fd = fd;
}
+
+ rotate = 0;
}
if (restart) {