aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/send.c')
-rw-r--r--src/send.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/send.c b/src/send.c
index ca6fa3e..b7f8283 100644
--- a/src/send.c
+++ b/src/send.c
@@ -305,9 +305,9 @@ void wg_packet_encrypt_worker(struct work_struct *work)
skb_walk_null_queue_safe(first, skb, next) {
if (likely(encrypt_packet(skb,
PACKET_CB(first)->keypair,
- &simd_context)))
+ &simd_context))) {
wg_reset_packet(skb);
- else {
+ } else {
state = PACKET_STATE_DEAD;
break;
}