[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch-2.3.48pre1] Small bug patch in af_decnet.c
Hi,
thats fine, I'm on the linux kernel list so I saw it anyway. I'll watch to see
that it makes it in and I'll send it up with my next patch if it doesn't
make it in this time,
Thanks,
Steve.
>
>
> --3V7upXqbjpZ4EhLz
> Content-Type: text/plain; charset=us-ascii
>
> Hi, Steven,
>
> I submitted this patch to Linus without checking who the maintainer for
> DECnet was. Sorry about this. It's a very simple patch to the af_decnet.c
> file. It's attached.
>
> --
> || Bill Wendling wendling@ganymede.isdn.uiuc.edu
>
> --3V7upXqbjpZ4EhLz
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: attachment; filename=patch-af_decnet
>
> --- linux-2.3.48pre1/net/decnet/af_decnet.c Sat Feb 12 11:52:04 2000
> +++ linux-2.3.48pre1-new/net/decnet/af_decnet.c Thu Feb 24 22:38:06 2000
> @@ -1837,7 +1837,7 @@
> scp->persist_fxn = dn_nsp_xmit_timeout;
>
> while(sent < size) {
> - if ((err = sock_error(sk) != 0))
> + if ((err = sock_error(sk)) != 0)
> goto out;
>
> if (signal_pending(current)) {
>
> --3V7upXqbjpZ4EhLz--
>
-----------------------------------------------------------------------------
To unsubscribe from this list, send a mail to majordomo@dreamtime.org
containing the line "unsubscribe linux-decnet"
-----------------------------------------------------------------------------