]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
typo in error message led to breaking the protocol. also
authorRoger Dingledine <arma@torproject.org>
Thu, 15 Mar 2007 03:15:34 +0000 (03:15 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 15 Mar 2007 03:15:34 +0000 (03:15 +0000)
pointed out by daejees.

svn:r9819

src/or/control.c

index 4784cb9092cdebb71eacd13521aa564cb486156e..8e3a2db601a79d0e4872e12aad9026d57ce685ef 100644 (file)
@@ -1805,7 +1805,7 @@ handle_control_extendcircuit(control_connection_t *conn, uint32_t len,
         log_info(LD_CONTROL,
                  "send_next_onion_skin failed; circuit marked for closing.");
         circuit_mark_for_close(TO_CIRCUIT(circ), -err_reason);
-        connection_write_str_to_buf("551 Couldn't send onion skinr\n", conn);
+        connection_write_str_to_buf("551 Couldn't send onion skin\r\n", conn);
         goto done;
       }
     }