mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Fix typo in previous commit
This commit is contained in:
parent
d829c02f0b
commit
3d4c9a7284
@ -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 New Issue
Block a user