summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2008-01-29 13:43:35 +0000
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2008-01-29 13:43:35 +0000
commit17e5b897e9fc58f1f5fc5949c48e6aad7b489634 (patch)
treeca8fdba92a6c08063d110cd6c9011d0d2f2c5083 /iptables-restore.c
parentfadde9d9f8d6734592fcdbeb53a8a1d658e60531 (diff)
[PATCH]: use size_t
Max Kellermann <max@duempel.org>
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index dc82f1d..ade1a2f 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -320,7 +320,7 @@ main(int argc, char *argv[])
/* the parser */
char *curchar;
int quote_open;
- int param_len;
+ size_t param_len;
/* reset the newargv */
newargc = 0;