mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
fixes for the 1.0.6b bugs David recently posted to gnupg-devel.
This commit is contained in:
parent
b725937df1
commit
c67b9886c6
26 changed files with 272 additions and 61 deletions
|
@ -230,7 +230,7 @@ fd_cache_close (const char *fname, FILEP_OR_FD fp)
|
|||
close(fp);
|
||||
#endif
|
||||
if( DBG_IOBUF )
|
||||
log_debug ("fd_cache_close (%p) real\n", fp);
|
||||
log_debug ("fd_cache_close (%p) real\n", (void*)fp);
|
||||
return;
|
||||
}
|
||||
/* try to reuse a slot */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue