]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
nick, can you make and send the rendezvous cookie?
authorRoger Dingledine <arma@torproject.org>
Sat, 3 Apr 2004 04:05:30 +0000 (04:05 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 3 Apr 2004 04:05:30 +0000 (04:05 +0000)
svn:r1467

src/or/circuit.c

index 188d75fd806512fe48c200848f83e8270d080ca4..707cf7d825cd04a35c387ebca05b6b5bf83adf15 100644 (file)
@@ -1054,11 +1054,15 @@ static void circuit_is_ready(circuit_t *circ) {
     case CIRCUIT_PURPOSE_C_GENERAL:
       /* Tell any AP connections that have been waiting for a new
        * circuit that one is ready. */
+      connection_ap_attach_pending();
+      break;
     case CIRCUIT_PURPOSE_C_INTRODUCING:
       /* at Alice, connecting to intro point */
+      connection_ap_attach_pending();
+      break;
     case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
       /* at Alice, waiting for Bob */
-
+      /* XXXNM make and send the rendezvous cookie, and store it in circ */
       connection_ap_attach_pending();
       break;
     case CIRCUIT_PURPOSE_S_ESTABLISH_INTRO: