[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45AE857D.8000208@hp.com>
Date: Wed, 17 Jan 2007 15:22:21 -0500
From: Brian Haley <brian.haley@...com>
To: Sridhar Samudrala <sri@...ibm.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org,
lksctp-developers@...ts.sourceforge.net
Subject: Re: [PATCH 2/4] [SCTP]: Verify some mandatory parameters.
> --- 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.
-Brian
Signed-off-by: Brian Haley <brian.haley@...com>
View attachment "sctp_warn.patch" of type "text/x-patch" (332 bytes)
Powered by blists - more mailing lists