From: Pierangelo Masarati Date: Thu, 30 Dec 2004 10:09:59 +0000 (+0000) Subject: fix last commit X-Git-Tag: OPENLDAP_REL_ENG_2_2_20~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=69460f999b6b213604385f5378c63959a0194979;p=openldap fix last commit --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 8e03b7e65c..74f77c8c7a 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -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 );