summaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
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