aboutsummaryrefslogtreecommitdiff
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 011b112c0..657043c24 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -877,7 +877,7 @@ reschedule_session_timeout (struct Session *s)
877 * Create a new session. Also queues a welcome message. 877 * Create a new session. Also queues a welcome message.
878 * 878 *
879 * @param plugin the plugin 879 * @param plugin the plugin
880 * @param target peer to connect to 880 * @param address the address to create the session for
881 * @param client client to use, reference counter must have already been increased 881 * @param client client to use, reference counter must have already been increased
882 * @param is_nat this a NAT session, we should wait for a client to 882 * @param is_nat this a NAT session, we should wait for a client to
883 * connect to us from an address, then assign that to 883 * connect to us from an address, then assign that to