mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Add missing progname argument to fprintf
This commit is contained in:
parent
fa4c4448c4
commit
56bbc0b486
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ slap_tool_init(
|
|||
break;
|
||||
|
||||
default:
|
||||
fprintf( stderr, "%s: unknown tool mode (%d)\n", tool );
|
||||
fprintf( stderr, "%s: unknown tool mode (%d)\n",
|
||||
progname, tool );
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue