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:
Pierre Humblet
2004-10-02 02:20:21 +00:00
parent 1e804b7425
commit e49bc789b2
4 changed files with 9 additions and 5 deletions

View File

@ -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