mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(stat): Don't do a double check for networked drive.
This commit is contained in:
parent
596c0ee145
commit
513feaa5ad
1 changed files with 1 additions and 2 deletions
|
|
@ -2592,8 +2592,7 @@ stat (const char * path, struct stat * buf)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (IS_DIRECTORY_SEP (name[0]) && IS_DIRECTORY_SEP (name[1]))
|
||||
logon_network_drive (name);
|
||||
logon_network_drive (name);
|
||||
|
||||
fh = FindFirstFile (name, &wfd);
|
||||
if (fh == INVALID_HANDLE_VALUE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue