svn commit: r298945 - head/sys/netinet

Pedro Giffuni pfg at FreeBSD.org
Mon May 2 21:32:23 UTC 2016



On 02/05/2016 16:23, Michael Tuexen wrote:
> Author: tuexen
> Date: Mon May  2 21:23:05 2016
> New Revision: 298945
> URL: https://svnweb.freebsd.org/changeset/base/298945
>
> Log:
>    Undo a spell fix introduced in r298942, which breaks compilation.
>
> Modified:
>    head/sys/netinet/sctp_indata.c
>
> Modified: head/sys/netinet/sctp_indata.c
> ==============================================================================
> --- head/sys/netinet/sctp_indata.c	Mon May  2 21:06:02 2016	(r298944)
> +++ head/sys/netinet/sctp_indata.c	Mon May  2 21:23:05 2016	(r298945)
> @@ -3651,7 +3651,7 @@ static int
>   sctp_fs_audit(struct sctp_association *asoc)
>   {
>   	struct sctp_tmit_chunk *chk;
> -	int inflight = 0, resend = 0, between = 0, acked = 0, above = 0;
> +	int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0;
>   	int ret;
>   
>   #ifndef INVARIANTS
>
Oops, sorry!  Pointyhat here ... I'll take a break for today.


Thanks!

Pedro.


More information about the svn-src-all mailing list