chiark / gitweb /
wip debug
[hippotat.git] / client
diff --git a/client b/client
index 5d0f427d354714c37f1cd544ac54fd82f5d06ec0..c9682bd944e135b4a57f0bdb8c375f5bdf2188fa 100755 (executable)
--- a/client
+++ b/client
@@ -105,8 +105,8 @@ def check_outbound():
     lf   =   b'\n'
     mime = (b'--b'                                      + crlf +
             b'Content-Disposition: form-data; name="m"' + crlf + crlf +
-            password                                    +   lf +
-            str(c.client)             .encode('ascii')  +   lf +
+            password                                    + crlf +
+            str(c.client)             .encode('ascii')  + crlf +
             str(c.target_outstanding) .encode('ascii')  + crlf +
           ((
             b'--b'                                      + crlf +