mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Remove spurious printf argument
This commit is contained in:
parent
ecef4972fe
commit
ec4d6d0d69
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ retcode_db_config(
|
|||
fprintf( stderr, "%s: line %d: retcode: "
|
||||
"\"retcode-item <RDN> <retcode> [<text>]\": "
|
||||
"missing args\n",
|
||||
fname, lineno, argv[ 1 ] );
|
||||
fname, lineno );
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue