mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Merge remote-tracking branch 'asn/bug23335'
This commit is contained in:
commit
b27c029266
@ -188,7 +188,6 @@ STATIC char *accept_encoding_header(void);
|
|||||||
STATIC int allowed_anonymous_connection_compression_method(compress_method_t);
|
STATIC int allowed_anonymous_connection_compression_method(compress_method_t);
|
||||||
STATIC void warn_disallowed_anonymous_compression_method(compress_method_t);
|
STATIC void warn_disallowed_anonymous_compression_method(compress_method_t);
|
||||||
|
|
||||||
typedef struct response_handler_args_t response_handler_args_t;
|
|
||||||
STATIC int handle_response_fetch_hsdesc_v3(dir_connection_t *conn,
|
STATIC int handle_response_fetch_hsdesc_v3(dir_connection_t *conn,
|
||||||
const response_handler_args_t *args);
|
const response_handler_args_t *args);
|
||||||
|
|
||||||
|
@ -2392,10 +2392,10 @@ service_desc_hsdirs_changed(const hs_service_t *service,
|
|||||||
|
|
||||||
/* Check whether the set of HSDirs changed */
|
/* Check whether the set of HSDirs changed */
|
||||||
if (!smartlist_strings_eq(b64_responsible_dirs, desc->previous_hsdirs)) {
|
if (!smartlist_strings_eq(b64_responsible_dirs, desc->previous_hsdirs)) {
|
||||||
log_warn(LD_GENERAL, "Received new dirinfo and set of hsdirs changed!");
|
log_info(LD_GENERAL, "Received new dirinfo and set of hsdirs changed!");
|
||||||
retval = 1;
|
retval = 1;
|
||||||
} else {
|
} else {
|
||||||
log_warn(LD_GENERAL, "No change in hsdir set!");
|
log_debug(LD_GENERAL, "No change in hsdir set!");
|
||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
Loading…
Reference in New Issue
Block a user