From c684015a82de139e53b60a4805d18137b74c13ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricco=20Mandahl=20J=C3=B8rgensen?= Date: Tue, 13 Mar 2018 14:53:05 +0100 Subject: WORKS..kindof --- PasswordCrackerDistributed/PasswordCrackerServer/clientConnection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PasswordCrackerDistributed/PasswordCrackerServer/clientConnection.cs') diff --git a/PasswordCrackerDistributed/PasswordCrackerServer/clientConnection.cs b/PasswordCrackerDistributed/PasswordCrackerServer/clientConnection.cs index ee086e1..dc36679 100644 --- a/PasswordCrackerDistributed/PasswordCrackerServer/clientConnection.cs +++ b/PasswordCrackerDistributed/PasswordCrackerServer/clientConnection.cs @@ -31,7 +31,7 @@ namespace PasswordCrackerServer StreamWriter sw = new StreamWriter(ns); sw.AutoFlush = true; - sw.WriteLine($"DPCP 1.0\n{pass}\n{chunk}"); + sw.WriteLine($"DPCP 1.0\n{pass}\n{chunk}\n\n"); //sw.WriteLine(pass); //sw.WriteLine(chunk); -- cgit v1.2.3