aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-21 20:22:05 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-21 20:22:05 +0000
commit8b4685c894e24dbd9fed9457b4eec9045a0994ed (patch)
tree5fe6305dd1c785d465e754b931480c4172659e2a /src/nat/nat.c
parent9e308ff38737cc6b1d840eb72d016a7d1e109ea4 (diff)
downloadgnunet-8b4685c894e24dbd9fed9457b4eec9045a0994ed.tar.gz
gnunet-8b4685c894e24dbd9fed9457b4eec9045a0994ed.zip
-indenting...
Diffstat (limited to 'src/nat/nat.c')
-rw-r--r--src/nat/nat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nat/nat.c b/src/nat/nat.c
index 444dabe9b..79088a182 100644
--- a/src/nat/nat.c
+++ b/src/nat/nat.c
@@ -1366,7 +1366,9 @@ GNUNET_NAT_unregister (struct GNUNET_NAT_Handle *h)
1366 "NAT unregister called\n"); 1366 "NAT unregister called\n");
1367 while (NULL != (ml = h->mini_head)) 1367 while (NULL != (ml = h->mini_head))
1368 { 1368 {
1369 GNUNET_CONTAINER_DLL_remove (h->mini_head, h->mini_tail, ml); 1369 GNUNET_CONTAINER_DLL_remove (h->mini_head,
1370 h->mini_tail,
1371 ml);
1370 if (NULL != ml->mini) 1372 if (NULL != ml->mini)
1371 GNUNET_NAT_mini_map_stop (ml->mini); 1373 GNUNET_NAT_mini_map_stop (ml->mini);
1372 GNUNET_free (ml); 1374 GNUNET_free (ml);