PROTOS fix

This commit is contained in:
Kurt Zeilenga 2004-12-28 19:05:52 +00:00
parent 7a1537c640
commit 4a618959bb

View file

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