note that port is not patched
authorChristian Grothoff <christian@grothoff.org>
Sun, 27 Nov 2016 22:51:59 +0000 (23:51 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 27 Nov 2016 22:51:59 +0000 (23:51 +0100)
src/nat/gnunet-service-nat.c

index bd1cffd556dc8e2b1924b04ae50d3933af9f1c4f..548cf1c36f053d0340cea8fc11294d8d5d793cf5 100644 (file)
@@ -795,6 +795,7 @@ notify_clients (struct LocalAddressList *delta,
     GNUNET_memcpy (&msg[1],
                   &delta->addr,
                   alen);
+    /* FIXME: what about the port number? */
     GNUNET_MQ_send (ch->mq,
                    env);
   }