summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index ecddfc3..f2b4e0f 100644
--- a/data.c
+++ b/data.c
@@ -2168,7 +2168,7 @@ void enqueue_output_raw(const char *keyid, const char *seckey,
2168 qmsg = xs_dict_append(qmsg, "seckey", seckey); 2168 qmsg = xs_dict_append(qmsg, "seckey", seckey);
2169 2169
2170 /* if it's to be sent right now, bypass the disk queue and post the job */ 2170 /* if it's to be sent right now, bypass the disk queue and post the job */
2171 if (retries == 0 && job_fifo_ready()) 2171 if (retries == 0)
2172 job_post(qmsg, 0); 2172 job_post(qmsg, 0);
2173 else { 2173 else {
2174 qmsg = _enqueue_put(fn, qmsg); 2174 qmsg = _enqueue_put(fn, qmsg);