summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-28 07:51:30 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-28 07:51:30 +0000
commitcec2eee5337d1db8ef3873896382739a47f93ddc (patch)
tree21797a622c1da900fdbab507702808c3dd08576b
parent70c43e152a076ca7de4226f8ac9291b7d8840741 (diff)
downloadtor-cec2eee5337d1db8ef3873896382739a47f93ddc.tar.gz
tor-cec2eee5337d1db8ef3873896382739a47f93ddc.zip
enable assert_connection_ok()
we weren't actually asserting much. oops. svn:r1160
-rw-r--r--src/or/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index 6728ae5e35..8edfe8ed18 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -805,7 +805,6 @@ void assert_connection_ok(connection_t *conn, time_t now)
{
assert(conn);
assert(conn->magic == CONNECTION_MAGIC);
- return; /* XXX !!! */
assert(conn->type >= _CONN_TYPE_MIN);
assert(conn->type <= _CONN_TYPE_MAX);