aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-11-06 16:22:45 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-11-06 16:22:45 +0100
commit021fd1556b145a7998898df102ea469a52e3c535 (patch)
treeba8c7ad7ad8bbce4af9f143d411b863d7c282094 /src
parentqemu: kasan needs more memory (diff)
downloadwireguard-monolithic-historical-021fd1556b145a7998898df102ea469a52e3c535.tar.xz
wireguard-monolithic-historical-021fd1556b145a7998898df102ea469a52e3c535.zip
send: remove redundant time stamp
Diffstat (limited to 'src')
-rw-r--r--src/send.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index 2ea2a0c..a2b93b2 100644
--- a/src/send.c
+++ b/src/send.c
@@ -59,7 +59,6 @@ void packet_send_handshake_response(struct wireguard_peer *peer)
void packet_send_queued_handshakes(struct work_struct *work)
{
struct wireguard_peer *peer = container_of(work, struct wireguard_peer, transmit_handshake_work);
- peer->last_sent_handshake = get_jiffies_64();
packet_send_handshake_initiation(peer);
peer_put(peer);
}