X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fat.c;h=5a1fdd954b226421468718dec751e49b871204bb;hb=8623c98726058d801aea6ee505ea307618334bc2;hp=9339c51e6e7f80ff4c7bc521ef2d4aef135d4c11;hpb=1355e605d583f3ebde9dc825d67dca1396cb658d;p=openldap diff --git a/servers/slapd/at.c b/servers/slapd/at.c index 9339c51e6e..5a1fdd954b 100644 --- a/servers/slapd/at.c +++ b/servers/slapd/at.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 @@ -1080,10 +1080,10 @@ register_at( const char *def, AttributeDescription **rad, int dupok ) freeit = 1; } else { - ldap_attributetype_free( at ); Debug( LDAP_DEBUG_ANY, "register_at: AttributeType \"%s\": %s, %s\n", def, scherr2str(code), err ); + ldap_attributetype_free( at ); return code; } }