(lstat_file): don't set st_mode, it should already be correct
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7250 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -338,7 +338,6 @@ lstat_file (const char *file, struct stat *sb)
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
sb->st_mode = S_IFDIR | 0755;
|
||||
if (ino_last == sb->st_ino)
|
||||
ino_counter++;
|
||||
else {
|
||||
|
Reference in New Issue
Block a user