aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 12:40:05 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 12:40:05 +0900
commit460cc837899c52fdad3d52492af932a71dd888e3 (patch)
tree371bd67dffb6346aaca8121ee73d608f7a12ba6c /src/nat
parent7edc2569f7ecc0e671e25571a09d2b14d4756d5b (diff)
downloadgnunet-460cc837899c52fdad3d52492af932a71dd888e3.tar.gz
gnunet-460cc837899c52fdad3d52492af932a71dd888e3.zip
-add FIXME to nat service _unregister; fix printf format in tcp communicator
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/nat_api.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nat/nat_api.c b/src/nat/nat_api.c
index 7cf7e6bb3..3072cff7f 100644
--- a/src/nat/nat_api.c
+++ b/src/nat/nat_api.c
@@ -670,13 +670,6 @@ GNUNET_NAT_request_reversal (struct GNUNET_NAT_Handle *nh,
670} 670}
671 671
672 672
673/**
674 * Stop port redirection and public IP address detection for the given
675 * handle. This frees the handle, after having sent the needed
676 * commands to close open ports.
677 *
678 * @param nh the handle to stop
679 */
680void 673void
681GNUNET_NAT_unregister (struct GNUNET_NAT_Handle *nh) 674GNUNET_NAT_unregister (struct GNUNET_NAT_Handle *nh)
682{ 675{