diff options
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 937d40b5c1..8ec3888098 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -948,6 +948,7 @@ upload_service_descriptor(rend_service_t *service, int version) /* Post it to the dirservers */ directory_post_to_dirservers(DIR_PURPOSE_UPLOAD_RENDDESC, + ROUTER_PURPOSE_GENERAL, HIDSERV_AUTHORITY, desc, desc_len, 0); tor_free(desc); |