mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo, use dn.base instead of dn.exact in unparse
This commit is contained in:
parent
f19a4ea9ec
commit
e165806e25
@ -901,9 +901,9 @@ limits_parse_one(
|
||||
}
|
||||
|
||||
static const char *lmpats[] = {
|
||||
"exact",
|
||||
"exact",
|
||||
"onelvel",
|
||||
"base",
|
||||
"base",
|
||||
"onelevel",
|
||||
"subtree",
|
||||
"children",
|
||||
"regex",
|
||||
|
Loading…
Reference in New Issue
Block a user