aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_service.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-04 12:30:51 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-04 12:30:51 -0400
commit834e1f8085af43c8f7bd07c346cf6f760a519f13 (patch)
tree1617702194c74c2750dea927bf6054b4548bfa60 /src/or/hs_service.h
parent109cfebca540c80d176cde54e672e72ab8908139 (diff)
parentb9f849bdee20f36264fe061498536e0d3a8616a6 (diff)
downloadtor-834e1f8085af43c8f7bd07c346cf6f760a519f13.tar.gz
tor-834e1f8085af43c8f7bd07c346cf6f760a519f13.zip
Merge remote-tracking branch 'asn/bug23346'
Diffstat (limited to 'src/or/hs_service.h')
-rw-r--r--src/or/hs_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_service.h b/src/or/hs_service.h
index cd4874c8ee..317b9d795d 100644
--- a/src/or/hs_service.h
+++ b/src/or/hs_service.h
@@ -126,7 +126,7 @@ typedef struct hs_service_descriptor_t {
/** List of the responsible HSDirs (their b64ed identity digest) last time we
* uploaded this descriptor. If the set of responsible HSDirs is different
* from this list, this means we received new dirinfo and we need to
- * reupload our descriptor. This list is always sorted lexicographically. */
+ * reupload our descriptor. */
smartlist_t *previous_hsdirs;
} hs_service_descriptor_t;