projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2df88
)
note that port is not patched
author
Christian Grothoff
<christian@grothoff.org>
Sun, 27 Nov 2016 22:51:59 +0000
(23:51 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 27 Nov 2016 22:51:59 +0000
(23:51 +0100)
src/nat/gnunet-service-nat.c
patch
|
blob
|
history
diff --git
a/src/nat/gnunet-service-nat.c
b/src/nat/gnunet-service-nat.c
index bd1cffd556dc8e2b1924b04ae50d3933af9f1c4f..548cf1c36f053d0340cea8fc11294d8d5d793cf5 100644
(file)
--- a/
src/nat/gnunet-service-nat.c
+++ b/
src/nat/gnunet-service-nat.c
@@
-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);
}