diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-14 14:41:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-14 14:41:59 -0500 |
commit | 47122d1d25941da42c550a9f1eded6c883cda39b (patch) | |
tree | 55744f80aaf8ab54d1fe7f28363aeb5ea5eaa5e6 /src/or/relay.c | |
parent | cb24852ec57908da0a8d2d724ee5e52bf9e182b8 (diff) | |
download | tor-47122d1d25941da42c550a9f1eded6c883cda39b.tar.gz tor-47122d1d25941da42c550a9f1eded6c883cda39b.zip |
Revert junk accidentally included with "start folding in the changes entries"
Looks like Roger's debugging code wanted to take a tour of the world
outside his sandbox.
This reverts part of commit 19d37202362c0298ae2f3954b0065ccfcef0dbda.
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index 874aade213..a942e44651 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -1619,14 +1619,6 @@ connection_edge_package_raw_inbuf(edge_connection_t *conn, int package_partial, conn->base_.s, (int)length, (int)connection_get_inbuf_len(TO_CONN(conn))); - if (conn->base_.type == CONN_TYPE_AP) { - char *text = tor_memdup(payload, length+1); - text[length] = 0; - log_notice(LD_APP, "Incoming socks text (%d):===\n%s\n===", - conn->base_.s, text); - tor_free(text); - } - if (sending_optimistically && !sending_from_optimistic) { /* This is new optimistic data; remember it in case we need to detach and retry */ |