~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/lda/main.c

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-05-24 15:01:19 UTC
  • mto: (4.1.53 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20150524150119-hsh6cbr1fqseapga
Tags: upstream-2.2.18
ImportĀ upstreamĀ versionĀ 2.2.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
#include "lib.h"
4
4
#include "lib-signals.h"
 
5
#include "ioloop.h"
5
6
#include "env-util.h"
6
7
#include "fd-set-nonblock.h"
7
8
#include "istream.h"
409
410
                MAIL_STORAGE_SERVICE_FLAG_USE_SYSEXITS;
410
411
        storage_service = mail_storage_service_init(master_service, set_roots,
411
412
                                                    service_flags);
 
413
        /* set before looking up the user (or ideally we'd do this between
 
414
           _lookup() and _next(), but don't bother) */
 
415
        ctx.delivery_time_started = ioloop_timeval;
412
416
        ret = mail_storage_service_lookup_next(storage_service, &service_input,
413
417
                                               &service_user, &ctx.dest_user,
414
418
                                               &errstr);