From 809a9d13534fb014e2944a72f13d359b879fc678 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Mon, 18 Jul 2016 09:29:08 +0000 Subject: [PATCH] Revert the last commit. It must get more review and testing first. --- sys/kern/kern_timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index 1614012506c..eefac4459f8 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -1381,7 +1381,7 @@ again: CTR3(KTR_CALLOUT, "failed to stop %p func %p arg %p", c, c->c_func, c->c_arg); CC_UNLOCK(cc); - return (-1); + return (0); } c->c_iflags &= ~CALLOUT_PENDING;