mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Fix typo in prev commit
This commit is contained in:
parent
eb16636abe
commit
9a3138cb55
1 changed files with 1 additions and 1 deletions
|
|
@ -863,7 +863,7 @@ connection_close( Connection *c )
|
|||
return;
|
||||
|
||||
assert( c->c_struct_state == SLAP_C_USED );
|
||||
assert( c->c_struct_state == SLAP_C_CLOSING );
|
||||
assert( c->c_conn_state == SLAP_C_CLOSING );
|
||||
|
||||
/* NOTE: c_mutex should be locked by caller */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue