aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-23 19:02:54 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-23 19:02:54 +0000
commite548255ba53e4ae6bc92054c9ce9ee0674d06d23 (patch)
tree36be45ef8aa82efab305814035b071ccf347488d /src/transport/plugin_transport_tcp.c
parent0bbed9dcf7dbdb3cb225e370b9eb3e792c2e0c82 (diff)
downloadgnunet-e548255ba53e4ae6bc92054c9ce9ee0674d06d23.tar.gz
gnunet-e548255ba53e4ae6bc92054c9ce9ee0674d06d23.zip
-fix build system issues
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index c77d82812..7e3970aaa 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1936,7 +1936,7 @@ check_port (struct Plugin *plugin, uint16_t in_port)
1936 * traffic to a 3rd party that might try to man-in-the-middle our 1936 * traffic to a 3rd party that might try to man-in-the-middle our
1937 * traffic. 1937 * traffic.
1938 * 1938 *
1939 * @param cls closure, our 'struct Plugin*' 1939 * @param cls closure, our `struct Plugin *`
1940 * @param addr pointer to the address 1940 * @param addr pointer to the address
1941 * @param addrlen length of addr 1941 * @param addrlen length of addr
1942 * @return #GNUNET_OK if this is a plausible address for this peer 1942 * @return #GNUNET_OK if this is a plausible address for this peer