diff options
author | Roger Dingledine <arma@torproject.org> | 2003-11-10 08:06:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-11-10 08:06:55 +0000 |
commit | 1969c8a92f628d6c4dcbd8e179d6a3e8f59bd6e3 (patch) | |
tree | 7136cc0b5cd20462b86b220768c2e7912151b68a /src/or/test.c | |
parent | 3c4b4c8cac706ba17d33929ddcc0b0a306adc6b8 (diff) | |
download | tor-1969c8a92f628d6c4dcbd8e179d6a3e8f59bd6e3.tar tor-1969c8a92f628d6c4dcbd8e179d6a3e8f59bd6e3.tar.gz |
client now survives going offline better
fix badness in usage()
if neither socksport nor orrport is defined, quit
obsolete connection_flush_buf()
svn:r780
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index bdc6f43fb..a653c179b 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -449,7 +449,7 @@ test_util() { test_eq(0L, tv_udiff(&start, &end)); /* The test values here are confirmed to be correct on a platform - * with a working timgm. */ + * with a working timegm. */ a_time.tm_year = 2003-1900; a_time.tm_mon = 7; a_time.tm_mday = 30; |