diff options
Diffstat (limited to 'winsup/cygwin/mount.cc')
-rw-r--r-- | winsup/cygwin/mount.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/mount.cc b/winsup/cygwin/mount.cc index 0f13697b3..5ecb63947 100644 --- a/winsup/cygwin/mount.cc +++ b/winsup/cygwin/mount.cc @@ -1273,7 +1273,7 @@ fillout_mntent (const char *native_path, const char *posix_path, unsigned flags) get_nt_native_path (native_path, unat, flags & MOUNT_ENC); if (append_bs) RtlAppendUnicodeToString (&unat, L"\\"); - mntinfo.update (&unat, true); /* this pulls from a cache, usually. */ + mntinfo.update (&unat, NULL); if (mntinfo.is_samba()) strcpy (_my_tls.locals.mnt_type, (char *) "smbfs"); |