diff options
Diffstat (limited to 'src/memfile.c')
-rw-r--r-- | src/memfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memfile.c b/src/memfile.c index ee228e6cda..4e9800f747 100644 --- a/src/memfile.c +++ b/src/memfile.c @@ -1111,7 +1111,7 @@ mf_do_open ( /* * try to open the file */ - flags |= O_EXTRA | O_NOFOLLOW; + flags |= O_NOFOLLOW; mfp->mf_fd = mch_open_rw((char *)mfp->mf_fname, flags); } |