From b7bab330a0df623fbd3f78e85331b3656fd47d04 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 21 Jun 2023 22:26:03 +0300 Subject: [PATCH] kioslave: remove redundant comment in sftpProtocol::sftpPut() someone figured exit() is not the way to go there, see the following commit in kdelibs repo: cf6ac06d91a0befd01361ce7a01655bcfb62d0ec Signed-off-by: Ivailo Monev --- kioslave/sftp/kio_sftp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kioslave/sftp/kio_sftp.cpp b/kioslave/sftp/kio_sftp.cpp index affb341b..ddfff9d5 100644 --- a/kioslave/sftp/kio_sftp.cpp +++ b/kioslave/sftp/kio_sftp.cpp @@ -1422,7 +1422,6 @@ sftpProtocol::StatusCode sftpProtocol::sftpPut(const KUrl& url, int permissions, sftp_attributes_free(attr); } - //::exit(255); return cs; } -- 2.11.0