On Thu, 2004-04-08 at 11:51, Bill Shupp wrote:
> Try this patch to qmail-remote.c:
> 
> --- qmail-remote.c.orig Thu Apr  8 08:49:14 2004
> +++ qmail-remote.c      Thu Apr  8 08:50:09 2004
> @@ -229,7 +229,7 @@
>         if (*p == '\n' || *p == ' ' || *p == '\t') {
>           if (!stralloc_catb(sa, s, p - s) || !stralloc_0(sa)) temp_nomem();
>           if (*p++ == '\n') break;
> -        while (*p == ' ' || *p == '\t') ;
> +        while (*p == ' ' || *p == '\t') p++;
>           s = p;
>         }
>       s = p;

Bill,

Is this patch recommended for all users?  ie, should I add this into my
system?

> Regards,

Thanks!

> Bill Shupp
-- 
---------------------------
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---------------------------
"Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming."

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to