Brian Haley
1e5c11fc89
[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>
2007-01-23 22:32:23 -08:00
..
2006-12-02 21:22:59 -08:00
2006-10-10 16:15:34 -07:00
2006-12-04 02:00:29 -05:00
2006-12-08 08:28:44 -08:00
2006-12-17 21:59:11 -08:00
2007-01-22 22:00:45 +01:00
2007-01-04 12:17:44 -08:00
2007-01-23 20:25:39 -08:00
2006-12-13 16:48:24 -08:00
2006-12-10 09:55:41 -08:00
2006-07-21 14:51:30 -07:00
2006-12-02 21:22:59 -08:00
2006-12-19 16:19:45 -05:00
2007-01-23 22:07:12 -08:00
2007-01-23 22:09:41 -08:00
2006-11-05 14:11:25 -08:00
2006-12-08 08:28:56 -08:00
2006-12-06 20:14:22 -08:00
2006-08-05 21:15:58 -07:00
2006-12-02 21:21:23 -08:00
2007-01-23 20:25:42 -08:00
2007-01-09 00:30:01 -08:00
2007-01-03 18:38:15 -08:00
2006-12-17 21:59:11 -08:00
2006-12-07 00:11:33 -08:00
2006-12-17 21:59:14 -08:00
2006-12-07 08:39:27 -08:00
2006-12-08 17:19:32 -08:00
2007-01-23 22:32:23 -08:00
2006-12-22 08:55:49 -08:00
2006-12-13 09:05:58 -08:00
2006-12-08 08:28:50 -08:00
2006-12-07 00:18:22 -08:00
2007-01-23 20:25:48 -08:00
2007-01-23 20:25:51 -08:00
2006-10-11 23:59:48 -07:00
2006-12-02 21:31:35 -08:00
2006-09-22 14:53:34 -07:00
2006-03-28 09:16:06 -08:00
2006-12-08 08:28:48 -08:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00