mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix prev commit
This commit is contained in:
parent
9c52a2c4ff
commit
2e3e7ed14f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue