summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sctp/sm_statefuns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
index 98acfed45e3b..28c070e187c2 100644
--- a/net/sctp/sm_statefuns.c
+++ b/net/sctp/sm_statefuns.c
@@ -2056,7 +2056,7 @@ static enum sctp_disposition sctp_sf_do_dupcook_d(
2056 } 2056 }
2057 } 2057 }
2058 2058
2059 repl = sctp_make_cookie_ack(new_asoc, chunk); 2059 repl = sctp_make_cookie_ack(asoc, chunk);
2060 if (!repl) 2060 if (!repl)
2061 goto nomem; 2061 goto nomem;
2062 2062