aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-service-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/gnunet-service-nat.c')
-rw-r--r--src/nat/gnunet-service-nat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index 59a340324..9a70622c4 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -1732,8 +1732,7 @@ handle_stun (void *cls,
1732 removed again. The timeout frequency should be configurable 1732 removed again. The timeout frequency should be configurable
1733 (with a sane default), so that the UDP plugin can tell how 1733 (with a sane default), so that the UDP plugin can tell how
1734 often to re-request STUN. 1734 often to re-request STUN.
1735 */ 1735 */struct StunExternalIP *se;
1736 struct StunExternalIP *se;
1737 1736
1738 /* Check if we had a prior response from this STUN server */ 1737 /* Check if we had a prior response from this STUN server */
1739 for (se = se_head; NULL != se; se = se->next) 1738 for (se = se_head; NULL != se; se = se->next)
@@ -2077,6 +2076,8 @@ GNUNET_ARM_memory_init ()
2077 mallopt (M_TOP_PAD, 1 * 1024); 2076 mallopt (M_TOP_PAD, 1 * 1024);
2078 malloc_trim (0); 2077 malloc_trim (0);
2079} 2078}
2079
2080
2080#endif 2081#endif
2081 2082
2082/* end of gnunet-service-nat.c */ 2083/* end of gnunet-service-nat.c */