Skip to content

Commit 70def84

Browse files
author
root
committed
*** empty log message ***
1 parent 9ff352a commit 70def84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ev.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,7 @@ void
24732473
fd_change (EV_P_ int fd, int flags)
24742474
{
24752475
unsigned char reify = anfds [fd].reify;
2476-
anfds [fd].reify |= flags;
2476+
anfds [fd].reify = reify | flags;
24772477

24782478
if (ecb_expect_true (!reify))
24792479
{

0 commit comments

Comments
 (0)