aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-04-02 23:04:10 +0000
committerNick Mathewson <nickm@torproject.org>2004-04-02 23:04:10 +0000
commit25a9bc594f22fc29604b17cb0f7eaab74401db29 (patch)
tree991940d63de2342160903177685ddfcf424261af /src/or
parent08d748b6b308fbc5fcb82a85bbf17a10c1b2fa3a (diff)
downloadtor-25a9bc594f22fc29604b17cb0f7eaab74401db29.tar
tor-25a9bc594f22fc29604b17cb0f7eaab74401db29.tar.gz
Finish missing comment :p
svn:r1444
Diffstat (limited to 'src/or')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index be6fd5f6f..e6aa52151 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -543,7 +543,7 @@ rend_service_rendezvous_is_ready(circuit_t *circuit)
/* For every service, check how many intro points it currently has, and:
* - Pick new intro points as necessary.
* - Launch circuits to any new intro points.
- * -
+ * - Upload a fresh service descriptor if anything has changed.
*/
int rend_services_init(void) {
int i,j,r;