![]() |
lvs-devel
|
| To: | netdev@xxxxxxxxxxxxxxx, lvs-devel@xxxxxxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] IPVS: fix bogus indentation |
| Cc: | Julius Volz <juliusv@xxxxxxxxxx> |
| From: | Simon Horman <horms@xxxxxxxxxxxx> |
| Date: | Sat, 6 Sep 2008 14:26:48 +1000 |
Sorry, this was my error.
Thanks to Julius Volz for pointing it out.
Cc: Julius Volz <juliusv@xxxxxxxxxx>
Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>
diff --git a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c
index 05797a5..1f4f3b9 100644
--- a/net/ipv4/ipvs/ip_vs_core.c
+++ b/net/ipv4/ipvs/ip_vs_core.c
@@ -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,
--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] ipvs: Use pointer to address from sync message, Simon Horman |
|---|---|
| Next by Date: | [PATCH] IPVS: use ipv6_addr_copy(), Simon Horman |
| Previous by Thread: | [PATCH 1/2] ipvs: load balance IPv4 connections from a local process, Simon Horman |
| Next by Thread: | [PATCH] IPVS: use ipv6_addr_copy(), Simon Horman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |