[or-cvs] tor_assert had a misleading comment

arma at seul.org arma at seul.org
Tue Nov 1 06:12:53 UTC 2005


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

Modified Files:
	util.h 
Log Message:
tor_assert had a misleading comment


Index: util.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/util.h,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- util.h	25 Oct 2005 18:01:00 -0000	1.147
+++ util.h	1 Nov 2005 06:12:51 -0000	1.148
@@ -44,7 +44,7 @@
           _SHORT_FILE_, __LINE__, __FUNCTION__, #expr);                 \
       fprintf(stderr,"%s:%d %s: Assertion %s failed; aborting.\n",      \
               _SHORT_FILE_, __LINE__, __FUNCTION__, #expr);             \
-      abort();  /* unreached */                                         \
+      abort();                                                          \
     } } while (0)
 #endif
 



More information about the tor-commits mailing list