Revert the last commit. It must get more review and testing first.

This commit is contained in:
Gleb Smirnoff 2016-07-18 09:29:08 +00:00
parent ef58c6a7a3
commit 809a9d1353

@ -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;