mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
PROTOS fix
This commit is contained in:
parent
7a1537c640
commit
4a618959bb
1 changed files with 3 additions and 0 deletions
|
|
@ -1059,8 +1059,11 @@ operations_error:
|
|||
INCR_OP_COMPLETED(SLAP_OP_EXTENDED);
|
||||
break;
|
||||
default:
|
||||
/* this is reachable */
|
||||
#if 0
|
||||
/* not reachable */
|
||||
assert( 0 );
|
||||
#endif
|
||||
}
|
||||
#endif /* SLAPD_MONITOR */
|
||||
ldap_pvt_thread_mutex_unlock( &slap_counters.sc_ops_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue