X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fava.c;h=1292cb0669196a51ea3618c504f93359cd5616b4;hb=ef7f5f5e32e6e0f129aee7fa1626017a7dadcb48;hp=27589744227862f29a49f5e5f8c7068f533b1ff3;hpb=55cb219adc15face79d06d244735d25648b3bbe2;p=openldap diff --git a/servers/slapd/ava.c b/servers/slapd/ava.c index 2758974422..1292cb0669 100644 --- a/servers/slapd/ava.c +++ b/servers/slapd/ava.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2008 The OpenLDAP Foundation. + * Copyright 1998-2011 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -98,7 +98,7 @@ get_ava( aa->aa_desc = slap_bv2tmp_ad( &type, op->o_tmpmemctx ); ber_dupbv_x( &aa->aa_value, &value, op->o_tmpmemctx ); f->f_ava = aa; - return rc; + return LDAP_SUCCESS; } } @@ -122,7 +122,7 @@ get_ava( rc = get_aliased_filter_aa ( op, aa, a_alias, text ); if( rc != LDAP_SUCCESS ) { Debug( LDAP_DEBUG_FILTER, - "get_ava:Invalid Attribute Aliasing\n", 0, 0, 0 ); + "get_ava: Invalid Attribute Aliasing\n", 0, 0, 0 ); return rc; } }