Svyatoslav Trukhanov wrote:
>
> Hello.
> I use vpopmail 4.9+MySQL.
> If I try to call
> vauth_getall(dom, 1, 1);
> vauth_getall(dom, 1, 1);
> when second function call I have message "vsql_getpw: failed select"
> First I see this bug in qmailadmin, when try to use index or find user.
> I think that sql result not cleaning in this case.
> This is present in 4.9.5 too.
>
> I patch 4.9 (patch in attach) and it work properly.
>
> ------------------------------------------------------------------------
> Name: vmysql.diff
> vmysql.diff Type: unspecified type (application/octet-stream)
> Encoding: quoted-printable
Looks reasonable. I've applied the patch and will test for
verification.
Ken Jones