]> git.sur5r.net Git - openldap/commitdiff
PROTOS fix
authorKurt Zeilenga <kurt@openldap.org>
Tue, 28 Dec 2004 19:05:52 +0000 (19:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 28 Dec 2004 19:05:52 +0000 (19:05 +0000)
servers/slapd/connection.c

index 6e309daf9c4f30aa32bd21c8754b4f8ea71eaf06..ccd23ee7cd9423dd284b87dd8bd6eaa544102fa4 100644 (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 );