mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Fix typo in previous commit
This commit is contained in:
parent
d829c02f0b
commit
3d4c9a7284
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ int mkstemp( char * template )
|
|||
#ifdef HAVE_MKTEMP
|
||||
return open ( mktemp ( template ), O_RDWR|O_CREAT|O_EXCL, 0600 );
|
||||
#else
|
||||
return -1
|
||||
return -1;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue