diff options
Diffstat (limited to 'net/sctp/ipv6.c')
-rw-r--r-- | net/sctp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index afcb0093c290..5b0cdda4b449 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c | |||
@@ -126,7 +126,7 @@ SCTP_STATIC void sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, | |||
126 | struct sctp_association *asoc; | 126 | struct sctp_association *asoc; |
127 | struct sctp_transport *transport; | 127 | struct sctp_transport *transport; |
128 | struct ipv6_pinfo *np; | 128 | struct ipv6_pinfo *np; |
129 | char *saveip, *savesctp; | 129 | sk_buff_data_t saveip, savesctp; |
130 | int err; | 130 | int err; |
131 | 131 | ||
132 | idev = in6_dev_get(skb->dev); | 132 | idev = in6_dev_get(skb->dev); |