mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert the last commit. It must get more review and testing first.
This commit is contained in:
parent
ef58c6a7a3
commit
809a9d1353
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue