]> git.sur5r.net Git - openldap/commitdiff
ITS#5725: Don't enable connection for events twice.
authorRein Tollevik <rein@openldap.org>
Sun, 5 Oct 2008 19:17:56 +0000 (19:17 +0000)
committerRein Tollevik <rein@openldap.org>
Sun, 5 Oct 2008 19:17:56 +0000 (19:17 +0000)
servers/slapd/connection.c

index c4b858dc3b825950879f93c396047466e4d9ae72..ce36494b52fdbe10fd941f86b05d2f6d9ea7b4bc 100644 (file)
@@ -1150,7 +1150,6 @@ Connection *connection_client_setup(
                c->c_clientarg = arg;
 
                slapd_add_internal( sfd, 0 );
-               slapd_set_read( sfd, 1 );
        }
        return c;
 }