Fix typo, use dn.base instead of dn.exact in unparse

This commit is contained in:
Howard Chu 2005-05-10 01:16:21 +00:00
parent f19a4ea9ec
commit e165806e25

View File

@ -901,9 +901,9 @@ limits_parse_one(
}
static const char *lmpats[] = {
"exact",
"exact",
"onelvel",
"base",
"base",
"onelevel",
"subtree",
"children",
"regex",