]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
fix last commit
authorPierangelo Masarati <ando@openldap.org>
Thu, 30 Dec 2004 10:09:59 +0000 (10:09 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 30 Dec 2004 10:09:59 +0000 (10:09 +0000)
servers/slapd/connection.c

index 8e03b7e65c80688794a3618908abacb7c0a1d37f..74f77c8c7afdf7e17a3427e416b3f677999a64c8 100644 (file)
@@ -1141,10 +1141,7 @@ operations_error:
                break;
        default:
                /* this is reachable */
-#if 0
-               /* not reachable */
-               assert( 0 );
-#endif
+               break;
        }
 #endif /* SLAPD_MONITOR */
        ldap_pvt_thread_mutex_unlock( &num_ops_mutex );