]> git.sur5r.net Git - openldap/commitdiff
Fix ref
authorKurt Zeilenga <kurt@openldap.org>
Mon, 7 May 2001 00:43:22 +0000 (00:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 7 May 2001 00:43:22 +0000 (00:43 +0000)
servers/slapd/configinfo.c

index 3cd78b37f5cb92bdb22e4cc2158dee818b9fbcb6..49c4118bf5b7570e0b62bc8ac7ee4755e636a3c3 100644 (file)
@@ -62,7 +62,7 @@ config_info(
                strcpy( buf, default_referral );
                val.bv_val = buf;
                val.bv_len = strlen( buf );
-               attr_merge( e, "database", vals );
+               attr_merge( e, "ref", vals );
        }
 
        send_search_entry( &backends[0], conn, op, e, attrs, attrsonly );