]> git.sur5r.net Git - openldap/commitdiff
Misc clean up
authorSang Seok Lim <slim@openldap.org>
Tue, 15 Feb 2005 16:55:00 +0000 (16:55 +0000)
committerSang Seok Lim <slim@openldap.org>
Tue, 15 Feb 2005 16:55:00 +0000 (16:55 +0000)
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;