aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 384787ae9..9fc4ba735 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -499,9 +499,7 @@ lookup_session_it (void *cls,
499 * Find an existing session by address. 499 * Find an existing session by address.
500 * 500 *
501 * @param plugin the plugin 501 * @param plugin the plugin
502 * @param sender for which peer should the session be? 502 * @param address the address to find
503 * @param ua address to look for
504 * @param ua_len length of the address
505 * @return NULL if session was not found 503 * @return NULL if session was not found
506 */ 504 */
507static struct Session * 505static struct Session *
@@ -1503,7 +1501,7 @@ address_notification (void *cls,
1503/** 1501/**
1504 * Increment session timeout due to activity 1502 * Increment session timeout due to activity
1505 * 1503 *
1506 * @param res session for which the timeout should be moved 1504 * @param s session for which the timeout should be rescheduled
1507 */ 1505 */
1508static void 1506static void
1509reschedule_session_timeout (struct Session *s) 1507reschedule_session_timeout (struct Session *s)