mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kioslave: typo
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b43339cf19
commit
08a76dd091
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ bool CurlProtocol::setupCurl(const KUrl &url, const bool ftp)
|
|||
KUrl newurl(url);
|
||||
newurl.setHost(urlinfo.hostName());
|
||||
kDebug(7103) << "Rewrote" << url << "to" << newurl;
|
||||
// NOTE: redirect to the same URL is cycril link error
|
||||
// NOTE: redirect to the same URL is cyclic link error
|
||||
if (url != newurl) {
|
||||
redirection(newurl);
|
||||
finished();
|
||||
|
|
Loading…
Add table
Reference in a new issue