mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix ref
This commit is contained in:
parent
96fffc634b
commit
961c374694
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue