[SCTP]: Fix compiler warning.

> --- a/net/sctp/sm_statefuns.c
> +++ b/net/sctp/sm_statefuns.c
> @@ -462,24 +461,6 @@ sctp_disposition_t sctp_sf_do_5_1C_ack(const struct sctp_endpoint *ep,

> - if (!init_tag) {
> - struct sctp_chunk *reply = sctp_make_abort(asoc, chunk, 0);
> - if (!reply)
> - goto nomem;

This introduced a compiler warning, easily fixed.

Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Brian Haley and committed by David S. Miller 1e5c11fc 6fd8bb88

-3
-3
net/sctp/sm_statefuns.c
··· 531 531 SCTP_CHUNK(err_chunk)); 532 532 533 533 return SCTP_DISPOSITION_CONSUME; 534 - 535 - nomem: 536 - return SCTP_DISPOSITION_NOMEM; 537 534 } 538 535 539 536 /*