diff --git a/Servers/ProtocolServer/PSClientConnection.cpp b/Servers/ProtocolServer/PSClientConnection.cpp index 2be83a2c12..1d07fdb8b2 100644 --- a/Servers/ProtocolServer/PSClientConnection.cpp +++ b/Servers/ProtocolServer/PSClientConnection.cpp @@ -72,6 +72,7 @@ OwnPtr PSClientConnection::handl bool success = false; if (download) { download->stop(); + success = true; } return make(success); }