https://bugs.kde.org/show_bug.cgi?id=399699
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kio | |-extras/cf34ba609dc42da1933 | |9e5b0c3c1b67c7fa0d313 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Harald Sitter <sit...@kde.org> --- Git commit cf34ba609dc42da19339e5b0c3c1b67c7fa0d313 by Harald Sitter. Committed on 17/10/2018 at 14:30. Pushed by sitter into branch 'master'. apply eexist workaround from listDir to stat as well Summary: knetattach stats() without first doing a listDir() so in the event that the url requires authentication it won't work and error out on the EEXISTS. listDir has a fallback hack for this which was missing from stat. stat now has this workaround as well and correctly brings up an auth dialog on shares that require it. Test Plan: - knetattach - smb - data for host (folder should require auth) - save and connect - auth dialog comes up - enter details - ok - works Reviewers: broulik Reviewed By: broulik Subscribers: kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D16272 M +1 -1 smb/kio_smb_browse.cpp https://commits.kde.org/kio-extras/cf34ba609dc42da19339e5b0c3c1b67c7fa0d313 -- You are receiving this mail because: You are watching all bug changes.