mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix prev commit
This commit is contained in:
parent
9c52a2c4ff
commit
2e3e7ed14f
@ -733,7 +733,7 @@ connection_destroy( Connection *c )
|
||||
ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, &sd );
|
||||
slapd_sd_lock();
|
||||
|
||||
ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_FD, &inval );
|
||||
ber_sockbuf_ctrl( sb, LBER_SB_OPT_SET_FD, &inval );
|
||||
ber_sockbuf_free( sb );
|
||||
|
||||
/* c must be fully reset by this point; when we call slapd_remove
|
||||
|
Loading…
Reference in New Issue
Block a user