lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 15 Jan 2014 22:05:31 +0400
From:	Denis Kirjanov <kda@...ux-powerpc.org>
To:	Stephen Hemminger <stephen@...workplumber.org>
Cc:	Pablo Neira Ayuso <pablo@...filter.org>,
	"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
	netfilter-devel@...r.kernel.org
Subject: Re: [PATCH net-next] netfilter: remove double colon

You did miss the "---" after SOB ;)

On 1/15/14, Stephen Hemminger <stephen@...workplumber.org> wrote:
> This is C not shell script
>
> Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
>
> --- a/net/ipv4/netfilter.c	2013-12-31 17:45:31.993942921 -0800
> +++ b/net/ipv4/netfilter.c	2014-01-15 08:10:49.793785943 -0800
> @@ -61,7 +61,7 @@ int ip_route_me_harder(struct sk_buff *s
>  		skb_dst_set(skb, NULL);
>  		dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), skb->sk, 0);
>  		if (IS_ERR(dst))
> -			return PTR_ERR(dst);;
> +			return PTR_ERR(dst);
>  		skb_dst_set(skb, dst);
>  	}
>  #endif
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ