mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#5725: Don't enable connection for events twice.
This commit is contained in:
parent
73455d640c
commit
d2c08ebb4f
@ -1150,7 +1150,6 @@ Connection *connection_client_setup(
|
|||||||
c->c_clientarg = arg;
|
c->c_clientarg = arg;
|
||||||
|
|
||||||
slapd_add_internal( sfd, 0 );
|
slapd_add_internal( sfd, 0 );
|
||||||
slapd_set_read( sfd, 1 );
|
|
||||||
}
|
}
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user