From c2cb0a2013a338200b6aeda719bd01f1d89209e2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 12 Sep 2017 18:51:12 +0200 Subject: data: reorganize and edit new queuing code This involves many changes of Samuel's new system, in addition to some TODOs for things that are not yet ideal. --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index a964f27..2bc4361 100644 --- a/src/config.c +++ b/src/config.c @@ -114,7 +114,7 @@ static int set_peer(struct wireguard_device *wg, void __user *user_peer, size_t } if (wg->dev->flags & IFF_UP) - queue_work(wg->crypt_wq, &peer->init_queue.work); + queue_work(wg->packet_crypt_wq, &peer->init_queue.work); peer_put(peer); -- cgit v1.2.3-59-g8ed1b