mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
common: Fix comment.
* common/iobuf.c (iobuf_flush_temp): Fix comment. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
86f3bb144a
commit
ad43dc6cfc
@ -2260,7 +2260,7 @@ void
|
||||
iobuf_flush_temp (iobuf_t temp)
|
||||
{
|
||||
if (temp->use == IOBUF_INPUT || temp->use == IOBUF_INPUT_TEMP)
|
||||
log_bug ("iobuf_writestr called on an input pipeline!\n");
|
||||
log_bug ("iobuf_flush_temp called on an input pipeline!\n");
|
||||
while (temp->chain)
|
||||
pop_filter (temp, temp->filter, NULL);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user