one line to break it all...
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 2 Dec 2010 17:34:43 +0000 (17:34 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 2 Dec 2010 17:34:43 +0000 (17:34 +0000)
src/core/gnunet-service-core.c

index f27ed134a2eaed15639d83d45e5ec5993b3f2a71..6053ec08206cd36fe6bcbfbc45d41728ea4c59bf 100644 (file)
@@ -3541,6 +3541,7 @@ handle_pong (struct Neighbour *n,
       cnm->header.size = htons (size);
       cnm->header.type = htons (GNUNET_MESSAGE_TYPE_CORE_NOTIFY_CONNECT);
       cnm->ats_count = htonl (n->ats_count);
+      cnm->peer = n->peer;
       mats = &cnm->ats;
       memcpy (mats,
              n->ats,