changeset 21945:58504d6c66d2

auth: Fix compile problem with vpopmail 79fe1b28df44ba22b230326bee895583c1df5a28 forgot to remove const from table.
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Tue, 11 Apr 2017 20:32:19 +0300
parents 9cf2d362b1de
children dd009c471bd2
files src/auth/userdb-vpopmail.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/userdb-vpopmail.c	Tue Apr 11 14:55:04 2017 +0300
+++ b/src/auth/userdb-vpopmail.c	Tue Apr 11 20:32:19 2017 +0300
@@ -54,7 +54,7 @@
 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' ||