Browse Source

but the \r\n is handy too i hear.

svn:r6294
Roger Dingledine 19 years ago
parent
commit
b34032b87d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/control.c

+ 1 - 1
src/or/control.c

@@ -1256,7 +1256,7 @@ handle_control_mapaddress(connection_t *conn, uint32_t len, const char *body)
       tor_free(r);
     } else {
       const char *response =
-        "512 syntax error: not enough arguments to mapaddress.";
+        "512 syntax error: not enough arguments to mapaddress.\r\n";
       connection_write_to_buf(response, strlen(response), conn);
     }
   }