diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:37:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:37:41 -0500 |
commit | 1e6ffeaeaaf3c01a85c69e9cee76f124720bb8c8 (patch) | |
tree | b21ba82a90d83b4ec2780b9f6c1b0a4fca86ddc1 /src/or/hs_client.c | |
parent | 27b91704753ae3235630b298449b4c8a107bd107 (diff) | |
parent | 34e4d5a78362b3f133958740a18d0ee06ae4fdad (diff) | |
download | tor-1e6ffeaeaaf3c01a85c69e9cee76f124720bb8c8.tar.gz tor-1e6ffeaeaaf3c01a85c69e9cee76f124720bb8c8.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'src/or/hs_client.c')
-rw-r--r-- | src/or/hs_client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/hs_client.c b/src/or/hs_client.c index 5546746202..8ecefc1209 100644 --- a/src/or/hs_client.c +++ b/src/or/hs_client.c @@ -1225,10 +1225,6 @@ hs_client_decode_descriptor(const char *desc_str, ret = hs_desc_decode_descriptor(desc_str, subcredential, desc); memwipe(subcredential, 0, sizeof(subcredential)); if (ret < 0) { - log_warn(LD_GENERAL, "Could not parse received descriptor as client."); - if (get_options()->SafeLogging_ == SAFELOG_SCRUB_NONE) { - log_warn(LD_GENERAL, "%s", escaped(desc_str)); - } goto err; } |