From: Rein Tollevik Date: Sun, 5 Oct 2008 19:17:56 +0000 (+0000) Subject: ITS#5725: Don't enable connection for events twice. X-Git-Tag: ACLCHECK_0~1293 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d2c08ebb4fb6ee89aba607a79db57ba976ccf3b9;p=openldap ITS#5725: Don't enable connection for events twice. --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index c4b858dc3b..ce36494b52 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -1150,7 +1150,6 @@ Connection *connection_client_setup( c->c_clientarg = arg; slapd_add_internal( sfd, 0 ); - slapd_set_read( sfd, 1 ); } return c; }