From 25a9bc594f22fc29604b17cb0f7eaab74401db29 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 2 Apr 2004 23:04:10 +0000 Subject: [PATCH] Finish missing comment :p svn:r1444 --- src/or/rendservice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/rendservice.c b/src/or/rendservice.c index be6fd5f6f5..e6aa521514 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; -- 2.47.3