This commit is contained in:
Kurt Zeilenga 2001-05-07 00:43:22 +00:00
parent 96fffc634b
commit 961c374694

View 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 );