From: Thomas Jarosch Date: Fri, 13 May 2005 10:04:31 +0000 (+0000) Subject: fix comment X-Git-Tag: v1.9~12 X-Git-Url: http://developer.intra2net.com/git/?p=ipt_ACCOUNT;a=commitdiff_plain;h=c6620097ff5295e82b72dc78d101a2c1021fdf72 fix comment --- diff --git a/linux/net/ipv4/netfilter/ipt_ACCOUNT.c b/linux/net/ipv4/netfilter/ipt_ACCOUNT.c index a641670..aeb20a1 100644 --- a/linux/net/ipv4/netfilter/ipt_ACCOUNT.c +++ b/linux/net/ipv4/netfilter/ipt_ACCOUNT.c @@ -138,7 +138,7 @@ static int ipt_acc_table_insert(char *name, u_int32_t ip, u_int32_t netmask) /* Found free slot */ if (ipt_acc_tables[i].name[0] == 0) { u_int32_t calc_mask, netsize=0; - int j; /* needs to be unsigned, otherwise we risk endless loop */ + int j; /* needs to be signed, otherwise we risk endless loop */ DEBUGP("ACCOUNT: Found free slot: %d\n", i); strncpy (ipt_acc_tables[i].name, name, ACCOUNT_TABLE_NAME_LEN-1);