mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Remove spurious printf argument
This commit is contained in:
parent
ecef4972fe
commit
ec4d6d0d69
@ -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 New Issue
Block a user