[pre-2.1.104-1][PATCH] Typo in net/ipx/af_spx.c

Niels Kristian Bech Jensen (nkbj@image.dk)
Mon, 25 May 1998 12:29:47 +0200 (CEST)


Hi,
This patch fixes a typo that stops the compilation of net/ipx/af_spx.c
with an error.

--- linux-pre-2.1.104-1/net/ipx/af_spx.c Sun May 24 20:45:26 1998
+++ linux/net/ipx/af_spx.c Mon May 25 12:11:43 1998
@@ -630,7 +630,7 @@
&& (pdata->state != SPX_CONNECTED))
{
pdata->state = SPX_CONNECTED;
- pdatat->dest_connid = ipxh->spx.sconn;
+ pdata->dest_connid = ipxh->spx.sconn;

if(spx_retransmit_chk(pdata, 0, CONACK) < 0)
goto toss_skb;

--
Med venlig hilsen / Best regards
                                                              nkbj@image.dk
Niels Kristian Bech Jensen                       http://www.image.dk/~nkbj/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu