]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/alias.c
Add o_no_schema_check to operation structure
[openldap] / servers / slapd / back-ldbm / alias.c
index 5dbd40daee9ab00bad203f2dff8e1ab66d7d59a5..ae2c11bdf42568e6c8900a8e40dff99afbbd591f 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2005 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -228,7 +228,7 @@ static int dnlist_subordinate(
        BerVarray dnlist,
        struct berval *dn )
 {
-       assert( dnlist );
+       assert( dnlist != NULL );
 
        for( ; dnlist->bv_val != NULL; dnlist++ ) {
                if( dnIsSuffix( dnlist, dn ) ) {