We now require that ioloop context is always properly deactivated, so
there's no need for the function.
i_set_failure_prefix("%s", user->service_ctx->default_log_prefix);
}
-void mail_storage_service_io_deactivate(struct mail_storage_service_ctx *ctx)
-{
- i_set_failure_prefix("%s", ctx->default_log_prefix);
-}
-
static const char *field_get_default(const char *data)
{
const char *p;
/* Deactivate user context. This only switches back to non-user-specific
log prefix. */
void mail_storage_service_io_deactivate_user(struct mail_storage_service_user *user);
-void mail_storage_service_io_deactivate(struct mail_storage_service_ctx *ctx);
/* Return the settings pointed to by set_root parameter in _init().
The settings contain all the changes done by userdb lookups. */