* path.cc (path_conv::check): Set correct file attributes for socket

files.
This commit is contained in:
Corinna Vinschen
2005-05-10 09:08:20 +00:00
parent 96c837f0ca
commit 94fed6a1f3
2 changed files with 6 additions and 1 deletions

View File

@ -720,7 +720,7 @@ is_virtual_symlink:
error = ENOTDIR;
return;
}
fileattr = 0;
fileattr = sym.fileattr;
dev.parse (FH_UNIX);
dev.setfs (1);
goto out;