[tor-commits] [tor/master] Unbreak build

asn at torproject.org asn at torproject.org
Mon Feb 8 11:35:16 UTC 2021


commit af48afe667388ce1559b560c64e6416b414ada3e
Author: Neel Chauhan <neel at neelc.org>
Date:   Mon Nov 16 08:47:12 2020 -0800

    Unbreak build
---
 src/feature/rend/rendcommon.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/feature/rend/rendcommon.c b/src/feature/rend/rendcommon.c
index 775d487805..f00dfee68a 100644
--- a/src/feature/rend/rendcommon.c
+++ b/src/feature/rend/rendcommon.c
@@ -548,6 +548,8 @@ rend_encode_v2_descriptors(smartlist_t *descs_out,
         ipos = ipos_encrypted;
         ipos_len = ipos_encrypted_len;
         break;
+      case REND_V3_AUTH:
+        break; /* v3 service, break. */
       default:
         log_warn(LD_REND|LD_BUG, "Unrecognized authorization type %d",
                  (int)auth_type);





More information about the tor-commits mailing list