Skip to content

Commit

Permalink
auth: Fix vpopmail for 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and GitLab committed May 31, 2017
1 parent 49f5e58 commit 215fd61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/auth/userdb-vpopmail.c
Expand Up @@ -69,9 +69,7 @@ userdb_vpopmail_get_quota(const char *template, const char *vpop_str,
tab[0].value = format_maildirquota(vpop_str);

quota = t_str_new(128);
if (var_expand(quota, template, tab, error_r) < 0)
return -1;

var_expand(quota, template, tab);
*quota_r = str_c(quota);
return 0;
}
Expand Down

0 comments on commit 215fd61

Please sign in to comment.