Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 1 Sep 2002 02:23:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 1 Sep 2002 02:23:45 -0400 Received: from sccrmhc02.attbi.com ([204.127.202.62]:52450 "EHLO sccrmhc02.attbi.com") by vger.kernel.org with ESMTP id ; Sun, 1 Sep 2002 02:23:44 -0400 Subject: 2.5.33 SCTP typo fix From: Nicholas Miell To: davem@redhat.com Cc: linux-kernel@vger.kernel.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Aug 2002 23:28:06 -0700 Message-Id: <1030861688.21053.5.camel@entropy> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 612 Lines: 17 --- 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; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/