fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 16 Mar 2010 14:58:41 +0000 (14:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 16 Mar 2010 14:58:41 +0000 (14:58 +0000)
src/core/gnunet-service-core.c

index 7c11feaff41dc49318c7b604ab926b05b37cf80c..449239d9f7594aabded5bf943901f66d44d99fb6 100644 (file)
@@ -2425,6 +2425,7 @@ send_key (struct Neighbour *n)
          n->th = GNUNET_TRANSPORT_notify_transmit_ready (transport,
                                                          &n->peer,
                                                          sizeof (struct SetKeyMessage) + sizeof (struct PingMessage),
+                                                         0,
                                                          GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT,
                                                          &notify_encrypted_transmit_ready,
                                                          n);