wrong arg order :)

This commit is contained in:
Pierangelo Masarati 2004-04-06 09:55:09 +00:00
parent a11dc61e05
commit 779b3ba801

View File

@ -186,9 +186,9 @@ denyop_config(
} else { } else {
Debug( LDAP_DEBUG_ANY, "%s: line %d: " Debug( LDAP_DEBUG_ANY, "%s: line %d: "
"unknown operation \"%s\" " "unknown operation \"%s\" at "
"\"denyop <op-list>\" line.\n", "\"denyop <op-list>\" line.\n",
op, fname, lineno ); fname, lineno, op );
return( 1 ); return( 1 );
} }