mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Add a missing ~ when clearing flags in close.
PR: 35392
This commit is contained in:
parent
28e257139a
commit
b4074fb04d
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ astclose(dev_t dev, int flags, int fmt, struct thread *td)
|
|||
if (stp->cap.lock && count_dev(dev) == 1)
|
||||
ast_prevent_allow(stp, 0);
|
||||
|
||||
stp->flags &= F_CTL_WARN;
|
||||
stp->flags &= ~F_CTL_WARN;
|
||||
#ifdef AST_DEBUG
|
||||
ata_prtdev(stp->device, "%ju total bytes transferred\n",
|
||||
(uintmax_t)ast_total);
|
||||
|
|
|
|||
Loading…
Reference in a new issue