summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-11-02 12:19:16 +0000
committerCorinna Vinschen <corinna@vinschen.de>2006-11-02 12:19:16 +0000
commit4521c4bd0cd8e52329b8439c9056d1932d4fccc3 (patch)
tree8c3a0b5e663d2f17b7d0c13a0560dffd58e72acf /winsup/cygwin/path.cc
parent5fc8f227dc316d00dda49c40fe1345505e6b82d2 (diff)
downloadcygnal-4521c4bd0cd8e52329b8439c9056d1932d4fccc3.tar.gz
cygnal-4521c4bd0cd8e52329b8439c9056d1932d4fccc3.tar.bz2
cygnal-4521c4bd0cd8e52329b8439c9056d1932d4fccc3.zip
* path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index d7d0e12dd..a24403e12 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -3394,7 +3394,7 @@ symlink_info::check (char *path, const suffix_info *suffixes, unsigned opt)
major = 0;
minor = 0;
mode = 0;
- pflags &= ~(PATH_SYMLINK | PATH_LNK);
+ pflags &= ~(PATH_SYMLINK | PATH_LNK | PATH_REP);
case_clash = false;
while (suffix.next ())