Skip to content

Commit

Permalink
IPVS: fix bogus indentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Simon Horman committed Sep 7, 2008
1 parent 3bfb92f commit 5af149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/ipvs/ip_vs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5af149c

Please sign in to comment.