]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
fix comment
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 13 May 2005 10:04:31 +0000 (10:04 +0000)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 13 May 2005 10:04:31 +0000 (10:04 +0000)
linux/net/ipv4/netfilter/ipt_ACCOUNT.c

index a64167001fd34020689c1f65bfc08413abcc66a1..aeb20a1a025ffaef9d2915726b33bc8d3b24ad92 100644 (file)
@@ -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);