dovecot-2.0: doveadm quota: Fixed to work with new doveadm API
dovecot at dovecot.org
dovecot at dovecot.org
Thu May 27 22:31:45 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/caecf9866909
changeset: 11397:caecf9866909
user: Timo Sirainen <tss at iki.fi>
date: Thu May 27 20:00:28 2010 +0100
description:
doveadm quota: Fixed to work with new doveadm API
diffstat:
src/plugins/quota/doveadm-quota.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 59322f74214b -r caecf9866909 src/plugins/quota/doveadm-quota.c
--- a/src/plugins/quota/doveadm-quota.c Thu May 27 20:00:03 2010 +0100
+++ b/src/plugins/quota/doveadm-quota.c Thu May 27 20:00:28 2010 +0100
@@ -56,7 +56,7 @@
struct doveadm_mail_cmd_context *ctx;
ctx = doveadm_mail_cmd_alloc(struct doveadm_mail_cmd_context);
- ctx->run = cmd_quota_get_run;
+ ctx->v.run = cmd_quota_get_run;
return ctx;
}
@@ -82,7 +82,7 @@
struct doveadm_mail_cmd_context *ctx;
ctx = doveadm_mail_cmd_alloc(struct doveadm_mail_cmd_context);
- ctx->run = cmd_quota_recalc_run;
+ ctx->v.run = cmd_quota_recalc_run;
return ctx;
}
More information about the dovecot-cvs
mailing list