chiark / gitweb /
fixes
[hippotat.git] / client
diff --git a/client b/client
index eb28ae062897b8278babdb5c8605d40887fe7567..922242d3bca8fe1cb447a19ca73698f5c70057d4 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                                    + crlf +
             str(c.client)             .encode('ascii')  + crlf +
+            password                                    + crlf +
             str(c.target_outstanding) .encode('ascii')  + crlf +
           ((
             b'--b'                                      + crlf +