mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add unfinished gpgtar.
Collected changes and ports of bug fixes from stable.
This commit is contained in:
parent
29cc88db7d
commit
bbe388b5db
27 changed files with 2544 additions and 43 deletions
|
@ -402,7 +402,11 @@ log_get_fd ()
|
|||
estream_t
|
||||
log_get_stream ()
|
||||
{
|
||||
assert (logstream);
|
||||
if (!logstream)
|
||||
{
|
||||
log_set_file (NULL); /* Make sure a log stream has been set. */
|
||||
assert (logstream);
|
||||
}
|
||||
return logstream;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue