mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
In ascpoll, return revents, not 0.
This commit is contained in:
parent
6e5c5328c4
commit
2b99d4f013
1 changed files with 1 additions and 1 deletions
|
|
@ -880,5 +880,5 @@ ascpoll(dev_t dev, int events, struct proc *p)
|
|||
}
|
||||
}
|
||||
splx(sps);
|
||||
return 0;
|
||||
return (revents);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue