Revert accidental previous login.

This commit is contained in:
Corinna Vinschen
2010-09-28 14:49:31 +00:00
parent 2f1f8815c0
commit 2a9b4b7aa0
7 changed files with 19 additions and 109 deletions

View File

@ -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)
{