diff --git a/smb/kio_smb_browse.cpp b/smb/kio_smb_browse.cpp --- a/smb/kio_smb_browse.cpp +++ b/smb/kio_smb_browse.cpp @@ -297,6 +297,8 @@ "Make sure your network is setup without any name conflicts " "between names used by Windows and by UNIX name resolution." ) }; #endif + case ECONNABORTED: + return SMBError{ ERR_CONNECTION_BROKEN, url.host() }; case 0: // success return SMBError{ ERR_INTERNAL, i18n("libsmbclient reported an error, but did not specify " "what the problem is. This might indicate a severe problem "