xt_geoip: avoid recursive function calls

The stack memory is very limited in Linux kernel.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
This commit is contained in:
Changli Gao
2011-03-07 16:14:29 +08:00
committed by Jan Engelhardt
parent 757bf0e993
commit a5355e74ea
2 changed files with 29 additions and 19 deletions

View File

@@ -1,6 +1,8 @@
HEAD
====
Changes:
- xt_geoip: avoid recursive function calls
v1.35 (2011-04-11)