mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
wrong arg order :)
This commit is contained in:
parent
a11dc61e05
commit
779b3ba801
1 changed files with 2 additions and 2 deletions
|
|
@ -186,9 +186,9 @@ denyop_config(
|
|||
|
||||
} else {
|
||||
Debug( LDAP_DEBUG_ANY, "%s: line %d: "
|
||||
"unknown operation \"%s\" "
|
||||
"unknown operation \"%s\" at "
|
||||
"\"denyop <op-list>\" line.\n",
|
||||
op, fname, lineno );
|
||||
fname, lineno, op );
|
||||
return( 1 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue