comparison src/core/ngx_file.c @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents a5897d360977
children f01ab2dbcfdc
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
153 return NGX_ERROR; 153 return NGX_ERROR;
154 } 154 }
155 155
156 #if 0 156 #if 0
157 for (i = 0; i < file->name.len; i++) { 157 for (i = 0; i < file->name.len; i++) {
158 file->name.data[i] = 'X'; 158 file->name.data[i] = 'X';
159 } 159 }
160 #endif 160 #endif
161 161
162 ngx_memcpy(file->name.data, path->name.data, path->name.len); 162 ngx_memcpy(file->name.data, path->name.data, path->name.len);
163 163