From: Aki Tuomi Date: Tue, 11 Apr 2017 17:32:19 +0000 (+0300) Subject: auth: Fix compile problem with vpopmail X-Git-Tag: 2.2.29.1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5da93d8f87470a34c4804a6adfbbf1a23e074766;p=thirdparty%2Fdovecot%2Fcore.git auth: Fix compile problem with vpopmail 79fe1b28df44ba22b230326bee895583c1df5a28 forgot to remove const from table. --- diff --git a/src/auth/userdb-vpopmail.c b/src/auth/userdb-vpopmail.c index 5042dcf87d..d344fcd454 100644 --- a/src/auth/userdb-vpopmail.c +++ b/src/auth/userdb-vpopmail.c @@ -54,7 +54,7 @@ struct vqpasswd *vpopmail_lookup_vqp(struct auth_request *request, static const char * userdb_vpopmail_get_quota(const char *template, const char *vpop_str) { - const struct var_expand_table *tab; + struct var_expand_table *tab; string_t *quota; if (template == NULL || *vpop_str == '\0' ||