mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Fix typo
This commit is contained in:
parent
e3a5e9d060
commit
aa0153ee88
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
static ConfigTable passwdcfg[] = {
|
||||
{ "file", "filename", 2, 2, 0,
|
||||
#ifdef HAVE_SETPWFILE
|
||||
ARG_STRING, NULL,
|
||||
ARG_STRING|ARG_OFFSET, NULL,
|
||||
#else
|
||||
ARG_IGNORED, NULL,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue