aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'PasswordCrackerDistributed/PasswordCrackerServer/clientConnection.cs')
-rw-r--r--PasswordCrackerDistributed/PasswordCrackerServer/clientConnection.cs2
1 files changed, 1 insertions, 1 deletions
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);