aboutsummaryrefslogtreecommitdiffstats
path: root/src/fdtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdtable.c')
-rw-r--r--src/fdtable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fdtable.c b/src/fdtable.c
index de240fc3..13d6ef94 100644
--- a/src/fdtable.c
+++ b/src/fdtable.c
@@ -481,11 +481,11 @@ _gpgme_fdtable_run_io_cbs (uint64_t owner, gpg_error_t *r_op_err)
unsigned int cb_count;
gpgme_ctx_t actx;
+ TRACE_BEG (DEBUG_SYSIO, __func__, NULL, "ctx=%lu", owner);
+
if (r_op_err)
*r_op_err = 0;
- TRACE_BEG (DEBUG_SYSIO, __func__, NULL, "ctx=%lu", owner);
-
for (;;)
{
fd = -1;