From 063ced890373c1327b521ffc2481f609c58ea4d7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Feb 2008 04:30:14 +0000 Subject: 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 --- src/common/tortls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/tortls.c') 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); -- cgit v1.2.3-54-g00ecf