From: Kurt Zeilenga Date: Tue, 28 Dec 2004 19:05:52 +0000 (+0000) Subject: PROTOS fix X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4a618959bbd2f1900a879c888c49846f77dd3d3d;p=openldap PROTOS fix --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 6e309daf9c..ccd23ee7cd 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -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 );