mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Remove warning that HDB code is experimental and unsupported
This commit is contained in:
parent
e1742d1cb4
commit
80275d382b
1 changed files with 1 additions and 4 deletions
|
|
@ -381,10 +381,7 @@ bdb_dn2idl(
|
|||
}
|
||||
|
||||
#else /* BDB_HIER */
|
||||
/* Experimental management routines for a hierarchically structured database.
|
||||
*
|
||||
* Unsupported! Use at your own risk!
|
||||
* -- Howard Chu, Symas Corp. 2003.
|
||||
/* Management routines for a hierarchically structured database.
|
||||
*
|
||||
* Instead of a ldbm-style dn2id database, we use a hierarchical one. Each
|
||||
* entry in this database is a struct diskNode, keyed by entryID and with
|
||||
|
|
|
|||
Loading…
Reference in a new issue