summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 4403bf4..71ebf68 100644
--- a/data.c
+++ b/data.c
@@ -1497,7 +1497,7 @@ void enqueue_output_raw(const char *keyid, const char *seckey,
1497 1497
1498 /* if it's to be sent right now, bypass the disk queue and post the job */ 1498 /* if it's to be sent right now, bypass the disk queue and post the job */
1499 if (retries == 0 && job_fifo_ready()) 1499 if (retries == 0 && job_fifo_ready())
1500 job_post(qmsg); 1500 job_post(qmsg, 0);
1501 else { 1501 else {
1502 qmsg = _enqueue_put(fn, qmsg); 1502 qmsg = _enqueue_put(fn, qmsg);
1503 srv_debug(1, xs_fmt("enqueue_output %s %s %d", inbox, fn, retries)); 1503 srv_debug(1, xs_fmt("enqueue_output %s %s %d", inbox, fn, retries));