mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
paranoid check
This commit is contained in:
parent
d0d98451ce
commit
5e84975adf
@ -612,6 +612,7 @@ void
|
||||
ldap_free_request_int( LDAP *ld, LDAPRequest *lr )
|
||||
{
|
||||
if ( lr->lr_prev == NULL ) {
|
||||
assert( ld->ld_requests == lr );
|
||||
ld->ld_requests = lr->lr_next;
|
||||
} else {
|
||||
lr->lr_prev->lr_next = lr->lr_next;
|
||||
|
Loading…
Reference in New Issue
Block a user