]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/ad.c
Install *.schema only
[openldap] / servers / slapd / ad.c
index 7f63dc0a99293e291119c906b053fd3360547142..0a6e04a3e73ea7e527fa05418133f7c346785b61 100644 (file)
@@ -98,7 +98,6 @@ int slap_bv2ad(
 
        assert( ad != NULL );
        assert( *ad == NULL ); /* temporary */
-       assert( *text != NULL );
 
        if( bv == NULL || bv->bv_len == 0 ) {
                *text = "empty attribute description";