2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>
* path.h (enum path_types): Delete PATH_ISDISK. (path_conv::isdisk): Delete method. (path_conv::set_isdisk): Ditto. * path.cc (path_conv::check): Do not call set_isdisk. * uinfo.cc(pwdgrp::load): Do not call pc.isdisk.
This commit is contained in:
@ -839,7 +839,6 @@ out:
|
||||
{
|
||||
if (fs.update (path))
|
||||
{
|
||||
set_isdisk ();
|
||||
debug_printf ("this->path(%s), has_acls(%d)", path, fs.has_acls ());
|
||||
if (fs.has_acls () && allow_ntsec && wincap.has_security ())
|
||||
set_exec (0); /* We really don't know if this is executable or not here
|
||||
|
Reference in New Issue
Block a user