mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.33 SCTP typo fix
@ 2002-09-01  6:28 Nicholas Miell
  2002-09-01  6:24 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Nicholas Miell @ 2002-09-01  6:28 UTC (permalink / raw)
  To: davem; +Cc: linux-kernel

--- linux-2.5-build/net/sctp/sm_make_chunk.c.~1~	Thu Aug 29 16:54:46 2002
+++ linux-2.5-build/net/sctp/sm_make_chunk.c	Sat Aug 31 23:24:23 2002
@@ -1595,7 +1595,7 @@
 
 	case SCTP_PARAM_STATE_COOKIE:
 		asoc->peer.cookie_len =
-			ntohs(param.p->length) =
+			ntohs(param.p->length) -
 			sizeof(sctp_paramhdr_t);
 		asoc->peer.cookie = param.cookie->body;
 		break;


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-01  6:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-01  6:28 2.5.33 SCTP typo fix Nicholas Miell
2002-09-01  6:24 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®