Ok,
Forget that patch, it doesn't always work, I'll work on it again
tomorrow night :(
Regards
Andrew
Andrew Hutchings wrote:
> Hi Guys,
>
> Unoffical patch for mech-plain so the AUTH PLAIN command works with
> SQL (and possibly other DBs). Thunderbird should work again after this.
>
>
>
> --- mech-plain.c 2004-12-10 01:56:51.065987304 +0000
> +++ mech-plain.c 2004-12-10 01:53:16.974534152 +0000
> @@ -27,7 +27,10 @@
> authid = (const char *) data;
> authenid = NULL; pass = "";
>
> - count = 0;
> + if (data_size == 0)
> + return;
> +
> + count = 0;
> for (i = 0; i < data_size; i++) {
> if (data[i] == '\0') {
> if (++count == 1)
>
>
> Regards
> Andrew
>
--
Andrew Hutchings
Systems Operator / Developer / Linux Guru
Netserve Consultants Ltd.
http://www.domaincity.co.uk/