Import PROTOS fix from HEAD

This commit is contained in:
Kurt Zeilenga 2004-12-28 19:06:33 +00:00
parent 0dd84264f4
commit e42dccaadd
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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 );