* 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

@ -1,3 +1,8 @@
2005-05-10 Corinna Vinschen <corinna@vinschen.de>
* path.cc (path_conv::check): Set correct file attributes for socket
files.
2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>
* fhandler.h (class fhandler_netdrive): New class.

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;