X-Git-Url: http://developer.intra2net.com/git/?p=ipt_ACCOUNT;a=blobdiff_plain;f=linux%2Fnet%2Fipv4%2Fnetfilter%2Fipt_ACCOUNT.c;h=665ac0f60638daf346e1f2c215f92e4167dfcf26;hp=a539efaeb875bb41bfd22d36d875c4790946348c;hb=5dbfa65d6075e6f94dc38522cec28e72eeaa5e9a;hpb=ff4ee64d68d935dfcc23b6af852506f385893827 diff --git a/linux/net/ipv4/netfilter/ipt_ACCOUNT.c b/linux/net/ipv4/netfilter/ipt_ACCOUNT.c index a539efa..665ac0f 100644 --- a/linux/net/ipv4/netfilter/ipt_ACCOUNT.c +++ b/linux/net/ipv4/netfilter/ipt_ACCOUNT.c @@ -275,7 +275,7 @@ void ipt_account_depth0_insert(struct ipt_account_mask_24 *mask_24, unsigned int if (is_src) { // Calculate network slot - DEBUGP("ACCOUNT: Calculated SRC 8 bit network slot: %d\n", slot); + DEBUGP("ACCOUNT: Calculated SRC 8 bit network slot: %d\n", src_slot); if (!mask_24->ip[src_slot].src_packets && !mask_24->ip[src_slot].dst_packets) is_src_new_ip = 1; @@ -284,7 +284,7 @@ void ipt_account_depth0_insert(struct ipt_account_mask_24 *mask_24, unsigned int } if (is_dst) { - DEBUGP("ACCOUNT: Calculated DST 8 bit network slot: %d\n", slot); + DEBUGP("ACCOUNT: Calculated DST 8 bit network slot: %d\n", dst_slot); if (!mask_24->ip[dst_slot].src_packets && !mask_24->ip[dst_slot].dst_packets) is_dst_new_ip = 1;