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;