mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix comparison.
This commit is contained in:
@@ -143,7 +143,7 @@ namespace DiscImageChef.Devices.Remote
|
||||
|
||||
var len = _socket.Send(buf, SocketFlags.None);
|
||||
|
||||
if (len >= buf.Length)
|
||||
if (len != buf.Length)
|
||||
{
|
||||
DicConsole.ErrorWriteLine("Could not write to the network...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user