]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Finish missing comment :p
authorNick Mathewson <nickm@torproject.org>
Fri, 2 Apr 2004 23:04:10 +0000 (23:04 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 2 Apr 2004 23:04:10 +0000 (23:04 +0000)
svn:r1444

src/or/rendservice.c

index be6fd5f6f59c537f4a4c106d33e63731e44bd3c2..e6aa521514076b65ece58bf87a5a2f02bcbb1461 100644 (file)
@@ -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;