mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Some work on the dirmngr
This commit is contained in:
parent
b6490d3656
commit
a22c38baad
16 changed files with 1162 additions and 701 deletions
|
@ -891,7 +891,7 @@ update_dir (crl_cache_t cache)
|
|||
|
||||
xfree (line);
|
||||
}
|
||||
if (!es_ferror (fp) && !ferror (es_fpout) && !lineerr)
|
||||
if (!es_ferror (fp) && !es_ferror (fpout) && !lineerr)
|
||||
{
|
||||
/* Write out the remaining entries. */
|
||||
for (e= cache->entries; e; e = e->next)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue