mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
IPVS: fix bogus indentation
Sorry, this was my error. Thanks to Julius Volz for pointing it out. Signed-off-by: Simon Horman <horms@verge.net.au> Acked-by: Julius Volz <juliusv@google.com>
This commit is contained in:
parent
3bfb92f407
commit
5af149cc34
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ ip_vs_out(unsigned int hooknum, struct sk_buff *skb,
|
|||
ICMP_DEST_UNREACH,
|
||||
ICMP_PORT_UNREACH, 0);
|
||||
return NF_DROP;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
IP_VS_DBG_PKT(12, pp, skb, 0,
|
||||
|
|
Loading…
Reference in a new issue