diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-11-06 16:22:45 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-11-06 16:22:45 +0100 |
commit | a7b458b257d722000e2b518e4e6141c49f30c761 (patch) | |
tree | 1a2944cf749eda6a520ce97185b69bf54ee9a7b8 /src/send.c | |
parent | 83596c0bfd1e5e563cd13efa4591a74f395c1b04 (diff) |
send: remove redundant time stamp
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/send.c')
-rw-r--r-- | src/send.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } |