mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Clear write events after they're processed
This commit is contained in:
parent
b46518ff77
commit
b0da3a0e32
@ -1844,6 +1844,7 @@ slapd_daemon_task(
|
|||||||
}
|
}
|
||||||
slapd_close( wd );
|
slapd_close( wd );
|
||||||
}
|
}
|
||||||
|
SLAP_EVENT_CLR_WRITE( wd );
|
||||||
}
|
}
|
||||||
|
|
||||||
for ( i = 0; nrfds > 0; i++ )
|
for ( i = 0; nrfds > 0; i++ )
|
||||||
|
Loading…
Reference in New Issue
Block a user