mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Import PROTOS fix from HEAD
This commit is contained in:
parent
0dd84264f4
commit
e42dccaadd
1
CHANGES
1
CHANGES
@ -5,6 +5,7 @@ OpenLDAP 2.2.20 Engineering
|
||||
Fixed slapd ID to DN mapping when values need DN escaping (ITS#3419)
|
||||
Fixed slapd sl_realloc memory overrun (ITS#3420, #3404, #3296)
|
||||
Fixed slapd syncrepl bugs (ITS#3423, #3425, #3443, #3448)
|
||||
Fixed slapd bad tag handling
|
||||
Fixed back-bdb locks in backend_group (ITS#3263, #3365)
|
||||
Fixed back-bdb/back-hdb listing of permissive control (ITS#3453)
|
||||
Fixed back-ldap failed connection retry (ITS#3217)
|
||||
|
@ -1140,8 +1140,11 @@ operations_error:
|
||||
num_ops_completed_[SLAP_OP_EXTENDED]++;
|
||||
break;
|
||||
default:
|
||||
/* this is reachable */
|
||||
#if 0
|
||||
/* not reachable */
|
||||
assert( 0 );
|
||||
#endif
|
||||
}
|
||||
#endif /* SLAPD_MONITOR */
|
||||
ldap_pvt_thread_mutex_unlock( &num_ops_mutex );
|
||||
|
Loading…
Reference in New Issue
Block a user