patch-2.4.27 linux-2.4.27/net/sctp/ipv6.c
Next file: linux-2.4.27/net/sctp/objcnt.c
Previous file: linux-2.4.27/net/sctp/debug.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2004-08-07 16:26:07.092446955 -0700
- Orig file:
linux-2.4.26/net/sctp/ipv6.c
- Orig date:
2004-04-14 06:05:41.000000000 -0700
diff -urN linux-2.4.26/net/sctp/ipv6.c linux-2.4.27/net/sctp/ipv6.c
@@ -1,7 +1,7 @@
/* SCTP kernel reference Implementation
+ * (C) Copyright IBM Corp. 2002, 2004
* Copyright (c) 2001 Nokia, Inc.
* Copyright (c) 2001 La Monte H.P. Yarroll
- * Copyright (c) 2002-2003 International Business Machines, Corp.
* Copyright (c) 2002-2003 Intel Corp.
*
* This file is part of the SCTP kernel reference Implementation
@@ -703,7 +703,7 @@
union sctp_addr *addr;
struct sctp_association *asoc;
- asoc = event->sndrcvinfo.sinfo_assoc_id;
+ asoc = event->asoc;
sctp_inet6_msgname(msgname, addrlen);
sin6 = (struct sockaddr_in6 *)msgname;
sin6->sin6_port = htons(asoc->peer.port);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)