Displaying 5 results from an estimated 5 matches for "vpop_str".
2017 Apr 11
2
Vpopmail Error
...il.c
> index 5042dcf..d344fcd 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' ||
>
> can you give this a go? It should repair the build.
>
> Aki
>
>> O...
2017 Apr 11
2
Vpopmail Error
...b_vpopmail_get_quota?:
> userdb-vpopmail.c:65:13: error: assignment of member ?key? in
> read-only object
> tab[0].key = 'q';
> ^
> userdb-vpopmail.c:66:15: error: assignment of member ?value? in
> read-only object
> tab[0].value = format_maildirquota(vpop_str);
> ^
> Makefile:2048: recipe for target 'auth-userdb-vpopmail.o' failed
> make[3]: *** [auth-userdb-vpopmail.o] Error 1
> make[3]: Leaving directory '/usr/local/src/dovecot-2.2.29/src/auth'
> Makefile:496: recipe for target 'all-recursive' fail...
2017 Apr 11
0
Vpopmail Error
...pmail.c b/src/auth/userdb-vpopmail.c
index 5042dcf..d344fcd 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' ||
can you give this a go? It should repair the build.
Aki
> On April 11, 2017 at 7:32 PM Bobber <bobber at kc0dxf.net...
2017 Apr 11
0
Vpopmail Error
...d344fcd 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' ||
> >
> > can you give this a go? It should repair...
2017 Apr 10
4
Vpopmail Error
I'm trying to compile the latest Dovecot (v2.2.29) and when I run make I
get this error:
> auth-userdb-vpopmail.o: In function `userdb_vpopmail_get_quota':
> /usr/local/src/dovecot-2.2.29/src/auth/userdb-vpopmail.c:64: undefined
> reference to `var_expand_table_build'
> collect2: error: ld returned 1 exit status
> Makefile:932: recipe for target 'auth' failed