Gitweb:
https://git.exim.org/exim.git/commitdiff/3f008c6043698cb7309be81ec15186a94166a037
Commit: 3f008c6043698cb7309be81ec15186a94166a037
Parent: df92b047912b261858e0368cbbc435aa05c4c98d
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Feb 3 14:21:00 2020 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Mon Feb 3 14:21:00 2020 +0000
Avoid needless arg on queue-runner exec
---
src/src/daemon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/src/daemon.c b/src/src/daemon.c
index 42e291c..ddfd8e7 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