mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
ITS#6949 Save errno
This commit is contained in:
parent
2abbf6781d
commit
dc6b6276fc
@ -123,8 +123,9 @@ logfile_open( const char *path )
|
||||
return errno;
|
||||
|
||||
if ( fstat( fd, &st ) ) {
|
||||
int saved_errno = errno;
|
||||
close( fd );
|
||||
return errno;
|
||||
return saved_errno;
|
||||
}
|
||||
|
||||
if ( !logfile_path[0] ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user