]> git.sur5r.net Git - openldap/commitdiff
Clear write events after they're processed
authorHoward Chu <hyc@openldap.org>
Wed, 12 Jan 2005 00:57:53 +0000 (00:57 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 12 Jan 2005 00:57:53 +0000 (00:57 +0000)
servers/slapd/daemon.c

index a441f328cb337cdd18a36af314f2765ca8c910c0..17122347577d820caa66eb702dcd9c7c0724da1f 100644 (file)
@@ -1844,6 +1844,7 @@ slapd_daemon_task(
                                }
                                slapd_close( wd );
                        }
+                       SLAP_EVENT_CLR_WRITE( wd );
                }
 
                for ( i = 0; nrfds > 0; i++ )