From 579849f600589f6ab649d8a16dc113d04c1c88a1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 4 Jul 2006 15:52:22 +0000 Subject: [PATCH] fix a misleading function comment svn:r6717 --- src/common/tortls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tortls.c b/src/common/tortls.c index e83fc3f5ac..482a66da64 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -857,7 +857,7 @@ tor_tls_get_n_bytes_written(tor_tls_t *tls) } /** Implement check_no_tls_errors: If there are any pending OpenSSL - * errors, log an error message and assert(0). */ + * errors, log an error message. */ void _check_no_tls_errors(const char *fname, int line) {