test EXDEV after path creation

This commit is contained in:
Igor Sysoev 2009-08-20 15:53:57 +00:00
parent e5fd73a2c1
commit 44b492b961
1 changed files with 0 additions and 1 deletions

View File

@ -576,7 +576,6 @@ ngx_ext_rename_file(ngx_str_t *src, ngx_str_t *to, ngx_ext_rename_file_t *ext)
}
err = ngx_errno;
goto failed;
}
#if (NGX_WIN32)