Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
windows: set flags for uv_fs_symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zinkovsky committed May 22, 2012
1 parent 253d718 commit 2df8317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/win/fs.c
Expand Up @@ -1445,6 +1445,7 @@ int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path,
if (cb) {
uv_fs_req_init_async(loop, req, UV_FS_SYMLINK, path, pathw, cb);
req->new_pathw = new_pathw;
req->file_flags = flags;
req->flags |= UV_FS_FREE_NEW_PATH;
QUEUE_FS_TP_JOB(loop, req);
} else {
Expand Down

0 comments on commit 2df8317

Please sign in to comment.