summaryrefslogtreecommitdiffstats
path: root/src/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-02-06 12:50:31 +0000
committerRoy Marples <roy@marples.name>2020-02-06 12:50:31 +0000
commit8df4aa4ec2e8dfc7de92f66b029f9a61d6920adf (patch)
tree484b2675f103a8aa6201f93ee0e774518cc85f17 /src/dhcpcd.c
parent2bf668dceed3fbea9f596afc4f90d829497401b3 (diff)
downloaddhcpcd-8df4aa4ec2e8dfc7de92f66b029f9a61d6920adf.tar.xz
eloop: define eloop queue numbers in common.h
Allows for easier maintainance.
Diffstat (limited to 'src/dhcpcd.c')
-rw-r--r--src/dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpcd.c b/src/dhcpcd.c
index a82af288..3da52982 100644
--- a/src/dhcpcd.c
+++ b/src/dhcpcd.c
@@ -400,7 +400,7 @@ stop_interface(struct interface *ifp)
script_runreason(ifp, "STOPPED");
/* Delete all timeouts for the interfaces */
- eloop_q_timeout_delete(ctx->eloop, 0, NULL, ifp);
+ eloop_q_timeout_delete(ctx->eloop, ELOOP_QUEUE_ALL, NULL, ifp);
/* De-activate the interface */
ifp->active = IF_INACTIVE;