Unbreak build

This commit is contained in:
Neel Chauhan 2020-11-16 08:47:12 -08:00
parent 3057671a38
commit af48afe667

View File

@ -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);