comment
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 25 Jul 2012 12:27:11 +0000 (12:27 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 25 Jul 2012 12:27:11 +0000 (12:27 +0000)
src/transport/gnunet-service-transport_validation.c

index 4dadc0f343b15c03408e92f4b9684e5c0930d693..2b63d2279ab725e83733efcc2265bf3a5d632743 100644 (file)
@@ -904,7 +904,7 @@ GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender,
   pong->purpose.purpose = htonl (GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PONG_OWN);
   pong->challenge = ping->challenge;
   pong->addrlen = htonl (alen + slen);
-  memcpy (&pong[1], addr, slen);
+  memcpy (&pong[1], addr, slen);   /* Copy transport plugin */
 #if KEEP_093_COMPATIBILITY
   if (GNUNET_YES == buggy)
   {