[or-cvs] fix a misleading function comment

arma at seul.org arma at seul.org
Tue Jul 4 15:52:24 UTC 2006


Update of /home2/or/cvsroot/tor/src/common
In directory moria:/home/arma/work/onion/cvs/tor/src/common

Modified Files:
	tortls.c 
Log Message:
fix a misleading function comment


Index: tortls.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/tortls.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -p -d -r1.124 -r1.125
--- tortls.c	4 Jul 2006 15:51:59 -0000	1.124
+++ tortls.c	4 Jul 2006 15:52:22 -0000	1.125
@@ -857,7 +857,7 @@ tor_tls_get_n_bytes_written(tor_tls_t *t
 }
 
 /** 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)
 {



More information about the tor-commits mailing list