[or-cvs] r10429: trivial changes from my sandbox (in tor/trunk/src: common or)

arma at seul.org arma at seul.org
Thu May 31 23:57:46 UTC 2007


Author: arma
Date: 2007-05-31 19:57:46 -0400 (Thu, 31 May 2007)
New Revision: 10429

Modified:
   tor/trunk/src/common/compat.c
   tor/trunk/src/common/util.c
   tor/trunk/src/or/circuituse.c
Log:
trivial changes from my sandbox


Modified: tor/trunk/src/common/compat.c
===================================================================
--- tor/trunk/src/common/compat.c	2007-05-31 23:52:48 UTC (rev 10428)
+++ tor/trunk/src/common/compat.c	2007-05-31 23:57:46 UTC (rev 10429)
@@ -767,7 +767,7 @@
 
 #ifdef HAVE_PWD_H
 /** Allocate and return a string containing the home directory for the
- * user <b>username</b>. Only works on posix-like systems */
+ * user <b>username</b>. Only works on posix-like systems. */
 char *
 get_user_homedir(const char *username)
 {

Modified: tor/trunk/src/common/util.c
===================================================================
--- tor/trunk/src/common/util.c	2007-05-31 23:52:48 UTC (rev 10428)
+++ tor/trunk/src/common/util.c	2007-05-31 23:57:46 UTC (rev 10429)
@@ -1585,7 +1585,7 @@
   return line;
 }
 
-/** Expand any homedir prefix on 'filename'; return a newly allocated
+/** Expand any homedir prefix on <b>filename</b>; return a newly allocated
  * string. */
 char *
 expand_filename(const char *filename)

Modified: tor/trunk/src/or/circuituse.c
===================================================================
--- tor/trunk/src/or/circuituse.c	2007-05-31 23:52:48 UTC (rev 10428)
+++ tor/trunk/src/or/circuituse.c	2007-05-31 23:57:46 UTC (rev 10429)
@@ -538,7 +538,7 @@
 
   log_warn(LD_BUG,"Edge connection not in circuit's list.");
   /* Don't give an error here; it's harmless. */
-  // tor_fragile_assert();
+  tor_fragile_assert();
 }
 
 /** Find each circuit that has been unused for too long, or dirty



More information about the tor-commits mailing list