]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/attr.c
streamline group attr specification/diagnostics
[openldap] / servers / slapd / attr.c
index 3880e43db4e2085d3005c1f275edf7f18d1cb429..4e418e3032780459f670c8cb38414a108d76ab83 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2006 The OpenLDAP Foundation.
+ * Copyright 1998-2007 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -377,7 +377,6 @@ attr_normalize(
                *nvalsp = nvals;
        }
 
-error_return:;
        if ( rc != LDAP_SUCCESS && nvals != NULL ) {
                ber_bvarray_free_x( nvals, memctx );
        }