aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/queue_ram.c
diff options
context:
space:
mode:
authorEric Faurot <eric@faurot.net>2014-06-10 13:47:57 +0200
committerEric Faurot <eric@faurot.net>2014-06-10 13:47:57 +0200
commitd25e6df2b7f4fffa6940ed45b3001aecede45750 (patch)
tree0ad6e587a6910e673c379ba946a6ae4cbe2b3bc4 /smtpd/queue_ram.c
parentmissing include for memset (diff)
downloadOpenSMTPD-d25e6df2b7f4fffa6940ed45b3001aecede45750.tar.xz
OpenSMTPD-d25e6df2b7f4fffa6940ed45b3001aecede45750.zip
Various queue-proce related updates:
- try external queue /usr/libexec/smtpd/queue-<backend> if backend is not built-in. - allow to pass a config string to the backend. - make queue and scheduler backends consistent with tables and filters
Diffstat (limited to 'smtpd/queue_ram.c')
-rw-r--r--smtpd/queue_ram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtpd/queue_ram.c b/smtpd/queue_ram.c
index db9f14de..6c8b6c27 100644
--- a/smtpd/queue_ram.c
+++ b/smtpd/queue_ram.c
@@ -318,7 +318,7 @@ queue_ram_envelope_walk(uint64_t *evpid, char *buf, size_t len)
}
static int
-queue_ram_init(struct passwd *pw, int server)
+queue_ram_init(struct passwd *pw, int server, const char * conf)
{
tree_init(&messages);