mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Clear write events after they're processed
This commit is contained in:
parent
b46518ff77
commit
b0da3a0e32
1 changed files with 1 additions and 0 deletions
|
|
@ -1844,6 +1844,7 @@ slapd_daemon_task(
|
|||
}
|
||||
slapd_close( wd );
|
||||
}
|
||||
SLAP_EVENT_CLR_WRITE( wd );
|
||||
}
|
||||
|
||||
for ( i = 0; nrfds > 0; i++ )
|
||||
|
|
|
|||
Loading…
Reference in a new issue