[or-cvs] r12317: Remove superseded assert in directory.c (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Thu Nov 1 18:22:05 UTC 2007


Author: nickm
Date: 2007-11-01 14:22:04 -0400 (Thu, 01 Nov 2007)
New Revision: 12317

Modified:
   tor/trunk/
   tor/trunk/src/or/directory.c
Log:
 r16337 at catbus:  nickm | 2007-11-01 14:18:58 -0400
 Remove superseded assert in directory.c



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r16337] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c	2007-11-01 14:24:25 UTC (rev 12316)
+++ tor/trunk/src/or/directory.c	2007-11-01 18:22:04 UTC (rev 12317)
@@ -1918,7 +1918,6 @@
   time_t now = time(NULL);
 
   tor_assert(conn);
-  tor_assert(type);
 
   format_rfc1123_time(date, now);
   cp = tmp;



More information about the tor-commits mailing list