]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/filterentry.c
use asynchronous StartTLS
[openldap] / servers / slapd / filterentry.c
index fe8a9f66f8e217b6ea7e9377c76f8e251415864d..9c7fae7f6a037fbef6a961c89e6f87d7e7801367 100644 (file)
@@ -645,7 +645,6 @@ test_ava_filter(
 
                        a->a_comp_data->cd_mem_op = nibble_mem_allocator ( 1024*10*(num_attr_vals-1), 1024 );
                        if ( a->a_comp_data->cd_mem_op == NULL ) {
-                               fprintf(stderr,"nibble mem allocation error\n");
                                free ( a->a_comp_data );
                                a->a_comp_data = NULL;
                                return LDAP_OPERATIONS_ERROR;