Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-09-28 18:49:31 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-09-28 18:49:31 +0400
commit2a9b4b7aa07c166beca1c37d2ba7faa22feca33f (patch)
tree67fe89cf1747cf259bac0ea5cb66db10edb5ac34 /winsup/cygwin/mount.cc
parent2f1f8815c037ee0387c30fba98689e544ab75c9a (diff)
Revert accidental previous login.
Diffstat (limited to 'winsup/cygwin/mount.cc')
-rw-r--r--winsup/cygwin/mount.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/mount.cc b/winsup/cygwin/mount.cc
index 95494c53f..b862b5b17 100644
--- a/winsup/cygwin/mount.cc
+++ b/winsup/cygwin/mount.cc
@@ -467,8 +467,7 @@ mount_info::init ()
pathend = wcpcpy (pathend, L"\\etc\\fstab");
from_fstab (false, path, pathend);
- if (cygheap->user.name () && *cygheap->user.name ())
- from_fstab (true, path, pathend);
+ from_fstab (true, path, pathend);
if (!got_usr_bin || !got_usr_lib)
{