return_on_ACCESS_DENIED
authorDebian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)
committerMaximiliano Curia <maxy@debian.org>
Wed, 5 Apr 2017 08:10:59 +0000 (09:10 +0100)
===================================================================

Gbp-Pq: Name return_on_ACCESS_DENIED

src/ioslaves/file/file_unix.cpp

index f2b67ce521ce73ee5de03a55ccc57be00ddfdb58..d901a63dcf184b1a75ab1cc8b4007fb6650e3f79 100644 (file)
@@ -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;
         }
     }