* path.cc (path_conv::check): Set fs flag when a unix-domain socket is
detected.
This commit is contained in:
@ -693,6 +693,7 @@ is_virtual_symlink:
|
||||
}
|
||||
fileattr = 0;
|
||||
dev.parse (FH_UNIX);
|
||||
dev.setfs (1);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user