mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
estream: Fix deadlock in es_fileno.
* src/estream.c (es_fileno_unlocked): Call the unlocked functions.
This commit is contained in:
parent
aeb81727c7
commit
ecea94461e
@ -3300,7 +3300,7 @@ es_fileno_unlocked (estream_t stream)
|
|||||||
{
|
{
|
||||||
es_syshd_t syshd;
|
es_syshd_t syshd;
|
||||||
|
|
||||||
if (es_syshd (stream, &syshd))
|
if (es_syshd_unlocked (stream, &syshd))
|
||||||
return -1;
|
return -1;
|
||||||
switch (syshd.type)
|
switch (syshd.type)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user