--- servers/slapd/root_dse.c 2006/12/24 09:51:07 1.121 +++ servers/slapd/root_dse.c 2006/12/24 14:43:18 1.122 @@ -1,5 +1,5 @@ /* root_dse.c - Provides the Root DSA-Specific Entry */ -/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.120 2006/09/10 22:52:43 ando Exp $ */ +/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.121 2006/12/24 09:51:07 ando Exp $ */ /* This work is part of OpenLDAP Software . * * Copyright 1999-2006 The OpenLDAP Foundation. @@ -486,8 +486,7 @@ slap_discover_feature( LDAP *ld = NULL; LDAPMessage *res = NULL, *entry; int rc, i; - struct berval cred = BER_BVC( "" ), - bv_val, + struct berval bv_val, **values = NULL; char *attrs[ 2 ] = { NULL, NULL };