aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index a279874d7..281a851e0 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -1424,8 +1424,8 @@ GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle, int cork,
1424 } 1424 }
1425 1425
1426 /* Order entries by deadline, but SKIP 'HEAD' (as we may have transmitted 1426 /* Order entries by deadline, but SKIP 'HEAD' (as we may have transmitted
1427 that request already or might even already be approved to transmit that 1427 * that request already or might even already be approved to transmit that
1428 message to core) */ 1428 * message to core) */
1429 pos = pr->pending_head; 1429 pos = pr->pending_head;
1430 if (pos != NULL) 1430 if (pos != NULL)
1431 pos = pos->next; /* skip head */ 1431 pos = pos->next; /* skip head */