diff options
author | Roger Dingledine <arma@torproject.org> | 2003-02-14 04:10:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-02-14 04:10:22 +0000 |
commit | 5273e2b88709feabb34dd9db3cac37854903272b (patch) | |
tree | 9db1070c3d957b84d30522c76c6cd69a32c74f30 /src | |
parent | 366908f8df91a5bd35b2a123a2a4c91b7a3f6257 (diff) | |
download | tor-5273e2b88709feabb34dd9db3cac37854903272b.tar.gz tor-5273e2b88709feabb34dd9db3cac37854903272b.zip |
minor fix
svn:r157
Diffstat (limited to 'src')
-rw-r--r-- | src/or/connection_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_exit.c b/src/or/connection_exit.c index d741042c1e..1e367dcd76 100644 --- a/src/or/connection_exit.c +++ b/src/or/connection_exit.c @@ -164,7 +164,7 @@ int connection_exit_process_data_cell(cell_t *cell, circuit_t *circ) { connection_t *conn; int topic_command; int topic_id; - static num_seen=0; + static int num_seen=0; /* an outgoing data cell has arrived */ |