On Wed, Jun 12, 2002 at 07:19:49PM +0200, Loic Tortay wrote:
> The patch is really simple stupid (look 6 lines above in the source):

Checked in.

> --- packet-afs.c.orig   Sat May 11 18:23:26 2002
> +++ packet-afs.c        Wed Jun 12 18:20:29 2002
> @@ -1115,7 +1115,7 @@
>                 case 23: /* getticket */
>                         OUT_UINT(hf_afs_kauth_kvno);
>                         OUT_RXString(hf_afs_kauth_domain);
> -                       OUT_RXString(hf_afs_kauth_data);
> +                       OUT_BYTES_ALL(hf_afs_kauth_data);
>                         OUT_RXString(hf_afs_kauth_princ);
>                         OUT_RXString(hf_afs_kauth_realm);
>                         break;

Your mail software appears to have turned tabs into spaces, so the patch
had to be applied by hand ("patch" rejected the change); if you send
patches as attachments, that may prevent your mail software from doing
that.


Reply via email to