From a93ab0d0bbbb8340b80b01a1f3d21bbd8d9fcb13 Mon Sep 17 00:00:00 2001 From: Debian/Kubuntu Qt/KDE Maintainers Date: Thu, 31 Mar 2016 15:38:43 +0200 Subject: [PATCH] return_on_ACCESS_DENIED =================================================================== Gbp-Pq: Name return_on_ACCESS_DENIED --- src/ioslaves/file/file_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ioslaves/file/file_unix.cpp b/src/ioslaves/file/file_unix.cpp index f2b67ce..d901a63 100644 --- a/src/ioslaves/file/file_unix.cpp +++ b/src/ioslaves/file/file_unix.cpp @@ -536,8 +536,8 @@ void FileProtocol::del(const QUrl &url, bool isfile) } else { // qDebug() << "could not rmdir " << perror; error(KIO::ERR_CANNOT_RMDIR, path); - return; } + return; } } -- 2.30.2