diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-19 10:55:29 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-19 10:57:10 -0400 |
commit | af48f5736aec6ae67b52bc26e3cbb74d47dd8db1 (patch) | |
tree | 2cfe9d728df690602d6e742ae966f63c2db85ec3 /src/feature | |
parent | 326f954f10dc99fbebb10bb6962a44a3eeff424c (diff) | |
download | tor-af48f5736aec6ae67b52bc26e3cbb74d47dd8db1.tar.gz tor-af48f5736aec6ae67b52bc26e3cbb74d47dd8db1.zip |
hs: Fix merge conflicts after merging forward 40476
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature')
-rw-r--r-- | src/feature/dircache/dircache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feature/dircache/dircache.c b/src/feature/dircache/dircache.c index 7319b96caf..7fdb1bc70f 100644 --- a/src/feature/dircache/dircache.c +++ b/src/feature/dircache/dircache.c @@ -1569,8 +1569,6 @@ directory_handle_command_post,(dir_connection_t *conn, const char *headers, char *url = NULL; const or_options_t *options = get_options(); - (void) body_len; - log_debug(LD_DIRSERV,"Received POST command."); conn->base_.state = DIR_CONN_STATE_SERVER_WRITING; |