]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lda: Use LDA event as mail_*user's parent event.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Mon, 4 Mar 2019 00:15:47 +0000 (01:15 +0100)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 13 Sep 2019 07:37:33 +0000 (10:37 +0300)
src/lda/main.c

index 8cb02694e571a535fe31cc5f6aeeff475c1ed330..f4b371d7285a3e8e34b9b7b7e559f0d7de870809 100644 (file)
@@ -529,6 +529,7 @@ int main(int argc, char *argv[])
        service_input.module = "lda";
        service_input.service = "lda";
        service_input.username = user;
+       service_input.parent_event = event;
 
        service_flags |= MAIL_STORAGE_SERVICE_FLAG_USE_SYSEXITS;
        storage_service = mail_storage_service_init(master_service, set_roots,