[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: YASC (yet another scheduler coredump)




Hmm... You must have upped quite a way from some earlier ZMailer that
produced a bit different format of diagnostics.  The change taken in.

	/Matti Aarnio

> --- msgerror.c.orig     Mon Dec  9 11:04:18 1996
> +++ msgerror.c  Mon Dec  9 11:04:44 1996
> @@ -99,7 +99,8 @@
>         } else {
>           *diagnostic++ = 0;
>           wtt      = strchr(diagnostic,'\001');
> -         *wtt++    = 0;
> +         if (wtt)
> +           *wtt++    = 0;
>         }
>  
>         if (*rcpt == '\003' /* XX: MAGIC! */) {
> 
> 
> 
> --Swen
> 
>