* security.cc (get_file_attribute): Don't set errno.
This commit is contained in:
@ -1194,8 +1194,6 @@ get_file_attribute (int use_ntsec, const char *file,
|
||||
if ((*attribute & S_IFLNK) == S_IFLNK)
|
||||
*attribute |= S_IRWXU | S_IRWXG | S_IRWXO;
|
||||
|
||||
if (res <= 0)
|
||||
set_errno (ENOSYS);
|
||||
return res > 0 ? 0 : -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user