Delete unused label.

This commit is contained in:
Hallvard Furuseth 2007-01-11 12:04:49 +00:00
parent d16754c81b
commit 8ce3f67c99

View file

@ -377,7 +377,6 @@ attr_normalize(
*nvalsp = nvals;
}
error_return:;
if ( rc != LDAP_SUCCESS && nvals != NULL ) {
ber_bvarray_free_x( nvals, memctx );
}