mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r15660@catbus: nickm | 2007-10-10 16:25:09 -0400
Fix compilation on last patch. svn:r11853
This commit is contained in:
parent
dace37aee8
commit
17f3d2807d
@ -2369,10 +2369,10 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers,
|
||||
goto keys_done;
|
||||
}
|
||||
SMARTLIST_FOREACH(certs, authority_cert_t *, c,
|
||||
if (cert->cache_info.published_on < if_modified_since)
|
||||
if (c->cache_info.published_on < if_modified_since)
|
||||
SMARTLIST_DEL_CURRENT(certs, c));
|
||||
if (!smartlist_len(certs)) {
|
||||
write_status_line(conn, 304, "Not modified");
|
||||
write_http_status_line(conn, 304, "Not modified");
|
||||
goto keys_done;
|
||||
}
|
||||
len = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user