]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-relay/init.c
Cleanup db_lock/unlock parameters
[openldap] / servers / slapd / back-relay / init.c
index d3b19e6d496d8fafb53b88c47a697f9a1d745e6e..4a83e2f63ecccbfeb79ce7a9e8e191a3b77f09a9 100644 (file)
@@ -1,7 +1,7 @@
 /* init.c - initialize relay backend */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2004-2005 The OpenLDAP Foundation.
+ * Copyright 2004-2006 The OpenLDAP Foundation.
  * Portions Copyright 2004 Pierangelo Masarati.
  * All rights reserved.
  *
@@ -100,7 +100,7 @@ relay_back_db_open( Backend *be )
                ri->ri_bd = select_backend( &ri->ri_realsuffix, 0, 1 );
 
                /* must be there: it was during config! */
-               assert( ri->ri_bd );
+               assert( ri->ri_bd != NULL );
 
                /* inherit controls */
                AC_MEMCPY( be->be_ctrls, ri->ri_bd->be_ctrls, sizeof( be->be_ctrls ) );