mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Unbreak build
This commit is contained in:
parent
3057671a38
commit
af48afe667
@ -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…
Reference in New Issue
Block a user