aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-03-07 10:54:40 +0000
committerChristian Grothoff <christian@grothoff.org>2014-03-07 10:54:40 +0000
commit2ba62f67da9b2ae94d3d33c56fa9664082c83d94 (patch)
treef8c19bd80a0d3749f50babc8155e9666ff5ae8ba /src/nat
parent710e1bc2eaf88a624c09e53c9b3280b842ce0302 (diff)
downloadgnunet-2ba62f67da9b2ae94d3d33c56fa9664082c83d94.tar.gz
gnunet-2ba62f67da9b2ae94d3d33c56fa9664082c83d94.zip
-fix linkage issue that could cause a transport service crash on exit for certain NAT configurations
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/nat_mini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/nat_mini.c b/src/nat/nat_mini.c
index 7a2b08f46..877c385d5 100644
--- a/src/nat/nat_mini.c
+++ b/src/nat/nat_mini.c
@@ -625,7 +625,7 @@ GNUNET_NAT_mini_map_start (uint16_t port,
625/** 625/**
626 * Process output from our 'unmap' command. 626 * Process output from our 'unmap' command.
627 * 627 *
628 * @param cls the 'struct GNUNET_NAT_MiniHandle' 628 * @param cls the `struct GNUNET_NAT_MiniHandle`
629 * @param line line of output, NULL at the end 629 * @param line line of output, NULL at the end
630 */ 630 */
631static void 631static void