seq <= t->last_new_seq));
i_assert(ext_id < array_count(&t->view->index->extensions));
/* currently non-external transactions can be applied multiple times,
- causing multiple increments. */
- //FIXME:i_assert((t->flags & MAIL_INDEX_TRANSACTION_FLAG_EXTERNAL) != 0);
+ causing multiple increments. FIXME: we need this now and it doesn't
+ actually seem to be a real problem at least right now - why? */
+ /*i_assert((t->flags & MAIL_INDEX_TRANSACTION_FLAG_EXTERNAL) != 0);*/
t->log_ext_updates = TRUE;
if (!array_is_created(&t->ext_rec_atomics))
pool_t set_pool;
int c;
- //FIXME:is_inetd = getenv("DOVECOT_MASTER") == NULL;
-
master_service = master_service_init(login_process_name,
MASTER_SERVICE_FLAG_KEEP_CONFIG_OPEN,
argc, argv);
}
}
-#if 0
- if (is_inetd) {
- /* running from inetd. create master process before
- dropping privileges. */
- master_fd = master_connect(t_strcut(login_process_name, '-'));
- }
-#endif
login_process_preinit();
process_title_init(argv, envp);