diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-09 01:24:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-09 01:24:10 +0000 |
commit | 8c7b2ff7eda913e8c09d5dfc7d522dd8725810bb (patch) | |
tree | 0d3d32328c269b050b1757eb43b8e6cf38a8314b /src/or/hibernate.c | |
parent | cb5de85585c8084dd515baa351cb5d628adefcd1 (diff) | |
download | tor-8c7b2ff7eda913e8c09d5dfc7d522dd8725810bb.tar.gz tor-8c7b2ff7eda913e8c09d5dfc7d522dd8725810bb.zip |
various fixes
svn:r2712
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r-- | src/or/hibernate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index 7a983d81ee..102d4dc9fc 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -545,7 +545,6 @@ hibernate_end_time_elapsed(time_t now) * to start/stop hibernating. */ void consider_hibernation(time_t now) { - connection_t *conn; /* If we're in 'exiting' mode, then we just shutdown after the interval * elapses. */ |