Browse Source

trivial changes from my sandbox

svn:r10429
Roger Dingledine 17 years ago
parent
commit
b1ee20f0e8
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/common/compat.c
  2. 1 1
      src/common/util.c
  3. 1 1
      src/or/circuituse.c

+ 1 - 1
src/common/compat.c

@@ -767,7 +767,7 @@ switch_id(const char *user, const char *group)
 
 #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)
 {

+ 1 - 1
src/common/util.c

@@ -1585,7 +1585,7 @@ parse_line_from_str(char *line, char **key_out, char **value_out)
   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)

+ 1 - 1
src/or/circuituse.c

@@ -538,7 +538,7 @@ circuit_detach_stream(circuit_t *circ, edge_connection_t *conn)
 
   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