1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

Updated from Libestream.

This commit is contained in:
Moritz Schulte 2004-10-01 23:12:40 +00:00
parent d9fdd238fe
commit 14b10c5443

View File

@ -160,6 +160,8 @@ es_list_add (estream_t estream)
list_obj->car = estream;
list_obj->cdr = estream_list;
list_obj->prev_cdr = &estream_list;
if (estream_list)
estream_list->prev_cdr = &list_obj->cdr;
estream_list = list_obj;
ESTREAM_LIST_UNLOCK;
ret = 0;