mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
wrong arg order :)
This commit is contained in:
parent
a11dc61e05
commit
779b3ba801
@ -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 New Issue
Block a user