Skip to content
Snippets Groups Projects
Commit 779b3ba8 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

wrong arg order :)

parent a11dc61e
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment