Explorar o código

r16337@catbus: nickm | 2007-11-01 14:18:58 -0400
Remove superseded assert in directory.c


svn:r12317

Nick Mathewson %!s(int64=17) %!d(string=hai) anos
pai
achega
e3cb1e4559
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/or/directory.c

+ 0 - 1
src/or/directory.c

@@ -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;