mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Unbreak build
This commit is contained in:
parent
3057671a38
commit
af48afe667
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue