Triggers a bug -> fixes a bug

lol
This commit is contained in:
Albert Vaca 2017-07-26 00:10:10 +02:00
parent aec736fe56
commit 7907f41cc0

View file

@ -127,7 +127,7 @@ void Mounter::onPakcageReceived(const NetworkPackage& np)
path)
<< m_mountPoint
<< QStringLiteral("-p") << np.get<QString>(QStringLiteral("port"))
<< QStringLiteral("-s") // This triggers a bug where file chunks are sent out of order and get corrupted on reception
<< QStringLiteral("-s") // This fixes a bug where file chunks are sent out of order and get corrupted on reception
<< QStringLiteral("-f")
<< QStringLiteral("-F") << QStringLiteral("/dev/null") //Do not use ~/.ssh/config
<< QStringLiteral("-o") << "IdentityFile=" + KdeConnectConfig::instance()->privateKeyPath()