]> err.no Git - linux-2.6/blobdiff - net/sctp/input.c
[SCTP] sctp_connectx() API support
[linux-2.6] / net / sctp / input.c
index fffc880a646d9a027a690bef279ff81e1e1ee162..339f7acfdb647b7eca56aa43c2a35e0aa9afb735 100644 (file)
@@ -353,7 +353,7 @@ void sctp_icmp_proto_unreachable(struct sock *sk,
 
        sctp_do_sm(SCTP_EVENT_T_OTHER,
                   SCTP_ST_OTHER(SCTP_EVENT_ICMP_PROTO_UNREACH),
-                  asoc->state, asoc->ep, asoc, NULL,
+                  asoc->state, asoc->ep, asoc, t,
                   GFP_ATOMIC);
 
 }