mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Add missing format argument for 'unhandled idassert-method' error message.
This commit is contained in:
parent
9c9c92a6a4
commit
af5ab4f196
1 changed files with 2 additions and 2 deletions
|
|
@ -950,8 +950,8 @@ parse_idassert(
|
|||
|
||||
} else {
|
||||
fprintf( stderr, "%s: line %d: "
|
||||
"unhandled auth method %s\n",
|
||||
fname, lineno );
|
||||
"unhandled idassert-method method %s\n",
|
||||
fname, lineno, argv[1] );
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue