summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-02-03 14:21:00 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-02-03 14:21:00 +0000
commit3f008c6043698cb7309be81ec15186a94166a037 (patch)
tree84a836239da610496667bcc4cca690a2d786d2c3
parentdf92b047912b261858e0368cbbc435aa05c4c98d (diff)
Avoid needless arg on queue-runner exec
-rw-r--r--src/src/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/daemon.c b/src/src/daemon.c
index 42e291cf8..ddfd8e7dc 100644
--- a/src/src/daemon.c
+++ b/src/src/daemon.c
@@ -1971,7 +1971,7 @@ for (;;)
if (f.deliver_force_thaw) *p++ = 'f';
if (f.queue_run_local) *p++ = 'l';
*p = 0;
- extra[0] = queue_name
+ extra[0] = *queue_name
? string_sprintf("%sG%s", opt, queue_name) : opt;
/* If -R or -S were on the original command line, ensure they get