aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/timers.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-03 00:11:26 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-03 23:52:11 -0600
commitfa15260972b5ee645ba0992c3e21ae90f152a41b (patch)
treec331ab372e9a5ba63c5945599606bd39bfb477ec /src/timers.c
parentcrypto: import zinc (diff)
downloadwireguard-monolithic-historical-fa15260972b5ee645ba0992c3e21ae90f152a41b.tar.xz
wireguard-monolithic-historical-fa15260972b5ee645ba0992c3e21ae90f152a41b.zip
global: satisfy check_patch.pl errors
Diffstat (limited to 'src/timers.c')
-rw-r--r--src/timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timers.c b/src/timers.c
index ad76466..fead499 100644
--- a/src/timers.c
+++ b/src/timers.c
@@ -177,7 +177,7 @@ void timers_data_received(struct wireguard_peer *peer)
/* Should be called after any type of authenticated packet is sent, whether
* keepalive, data, or handshake.
-*/
+ */
void timers_any_authenticated_packet_sent(struct wireguard_peer *peer)
{
del_peer_timer(peer, &peer->timer_send_keepalive);