[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Another Small patch for dn_nsp_out.c



Steve,

I am sending the a corrected dn_nsp_do_disc routine. The original was
sending a malformed disconnect init message.

Best Regards,

Eduardo



>From: Steve Whitehouse <steve@gw.chygwyn.com>
>Reply-To: Steve Whitehouse <Steve@ChyGwyn.com>
>To: wendling@ganymede.isdn.uiuc.edu (Bill Wendling)
>CC: linux-decnet@dreamtime.org, SteveW@ACM.org
>Subject: Re: [patch-2.3.48pre1] Small bug patch in af_decnet.c
>Date: Fri, 25 Feb 2000 09:18:43 +0000 (GMT)
>
>
>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"
>-----------------------------------------------------------------------------

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

dn_nsp_do_disc.c