diff options
Diffstat (limited to '')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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); |