mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
typo
This commit is contained in:
parent
d5238b91eb
commit
42dadd5712
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ slap_tool_init(
|
|||
int truncatemode = 0;
|
||||
|
||||
#ifdef CSRIMALLOC
|
||||
leakfilename = malloc( strlen( progname ) + STRLEOF( ".leak" ) - 1 );
|
||||
leakfilename = malloc( strlen( progname ) + STRLENOF( ".leak" ) + 1 );
|
||||
sprintf( leakfilename, "%s.leak", progname );
|
||||
if( ( leakfile = fopen( leakfilename, "w" )) == NULL ) {
|
||||
leakfile = stderr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue