diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 04:30:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 04:30:14 +0000 |
commit | 063ced890373c1327b521ffc2481f609c58ea4d7 (patch) | |
tree | 9a479de5e348f09ba608da8766f5a722fd88b259 /src/common/tortls.c | |
parent | 47e6247673e4d47f30467e78897c5364320e860b (diff) | |
download | tor-063ced890373c1327b521ffc2481f609c58ea4d7.tar.gz tor-063ced890373c1327b521ffc2481f609c58ea4d7.zip |
r18296@catbus: nickm | 2008-02-20 23:30:11 -0500
Answer one xxx020 item; move 7 other ones to a new "XXX020rc" category: they should get fixed before we cut a release candidate. arma: please review these to see whether you have fixes/answers for any. Please check out the other 14 XXX020s to see if any look critical for the release candidate.
svn:r13640
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index 8394491945..ed5bf30b8b 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -284,8 +284,8 @@ tor_tls_get_error(tor_tls_t *tls, int r, int extra, return _TOR_TLS_ZERORETURN; log(severity, LD_NET, "TLS error: Zero return"); tls_log_errors(tls, severity, doing); - /* XXXX020 Actually, a 'zero return' error has a pretty specific meaning: - * the connection has been closed cleanly. */ + /* XXXX020rc Actually, a 'zero return' error has a pretty specific + * meaning: the connection has been closed cleanly. */ return TOR_TLS_ERROR_MISC; default: tls_log_errors(tls, severity, doing); |