diff --git a/smb/kio_smb_browse.cpp b/smb/kio_smb_browse.cpp index 3e6ba15013c82eb5f0e7def1bd44e642d66a9756..33cd42935b7c94635ca4d9635cf441f9888f2ace 100644 --- a/smb/kio_smb_browse.cpp +++ b/smb/kio_smb_browse.cpp @@ -118,8 +118,6 @@ int SMBSlave::browse_stat_path(const SMBUrl& _url, UDSEntry& udsentry) // dir is readonly as per the above microsoft support article. // Also see: // https://docs.microsoft.com/en-us/windows/win32/shell/how-to-customize-folders-with-desktop-ini - udsentry.fastInsert(KIO::UDSEntry::UDS_ACCESS, -1); - udsentry.fastInsert(KIO::UDSEntry::UDS_FILE_TYPE, st.st_mode & S_IFMT); udsentry.fastInsert(KIO::UDSEntry::UDS_SIZE, st.st_size); udsentry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, st.st_mtime);