ITS#5725: Don't enable connection for events twice.

This commit is contained in:
Rein Tollevik 2008-10-05 19:17:56 +00:00
parent 73455d640c
commit d2c08ebb4f

View 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;
}