]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r16337@catbus: nickm | 2007-11-01 14:18:58 -0400
authorNick Mathewson <nickm@torproject.org>
Thu, 1 Nov 2007 18:22:04 +0000 (18:22 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 1 Nov 2007 18:22:04 +0000 (18:22 +0000)
 Remove superseded assert in directory.c

svn:r12317

src/or/directory.c

index 19619c43b28f3a3946e60ae816d2944d873b8d56..c249af732ed0d0659c82b1f8548caeb2f88df23d 100644 (file)
@@ -1918,7 +1918,6 @@ write_http_response_header_impl(dir_connection_t *conn, ssize_t length,
   time_t now = time(NULL);
 
   tor_assert(conn);
-  tor_assert(type);
 
   format_rfc1123_time(date, now);
   cp = tmp;