mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch
This commit is contained in:
parent
28c861268d
commit
c2c397bedf
30 changed files with 2129 additions and 1414 deletions
|
@ -123,6 +123,7 @@ create_dotlock( const char *file_to_lock )
|
|||
S_IRUSR|S_IRGRP|S_IROTH|S_IWUSR );
|
||||
} while( fd == -1 && errno == EINTR );
|
||||
if( fd == -1 ) {
|
||||
all_lockfiles = h->next;
|
||||
log_error( "failed to create temporary file `%s': %s\n",
|
||||
h->tname, strerror(errno));
|
||||
m_free(h->tname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue