mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Use local SSF for internal SLAPI operations (probably need to do same
in connection_fake_init()) too)
This commit is contained in:
parent
ac64f4806b
commit
d4c9c3b60e
@ -253,7 +253,7 @@ slapi_int_connection_init_pb( Slapi_PBlock *pb, ber_tag_t tag )
|
|||||||
conn->c_conn_state = 0x01; /* SLAP_C_ACTIVE */
|
conn->c_conn_state = 0x01; /* SLAP_C_ACTIVE */
|
||||||
conn->c_struct_state = 0x02; /* SLAP_C_USED */
|
conn->c_struct_state = 0x02; /* SLAP_C_USED */
|
||||||
|
|
||||||
conn->c_ssf = conn->c_transport_ssf = 0;
|
conn->c_ssf = conn->c_transport_ssf = local_ssf;
|
||||||
conn->c_tls_ssf = 0;
|
conn->c_tls_ssf = 0;
|
||||||
|
|
||||||
backend_connection_init( conn );
|
backend_connection_init( conn );
|
||||||
|
Loading…
Reference in New Issue
Block a user