--- zzzz-none-000/linux-2.6.19.2/net/ipv4/netfilter/ip_conntrack_helper_h323.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/net/ipv4/netfilter/ip_conntrack_helper_h323.c 2007-01-11 07:38:19.000000000 +0000 @@ -1417,7 +1417,7 @@ DEBUGP ("ip_ct_ras: set RAS connection timeout to %u seconds\n", info->timeout); - ip_ct_refresh(ct, *pskb, info->timeout * HZ); + ip_ct_refresh_acct(ct, ctinfo, NULL, info->timeout * HZ); /* Set expect timeout */ read_lock_bh(&ip_conntrack_lock); @@ -1465,7 +1465,7 @@ info->sig_port[!dir] = 0; /* Give it 30 seconds for UCF or URJ */ - ip_ct_refresh(ct, *pskb, 30 * HZ); + ip_ct_refresh_acct(ct, ctinfo, NULL, 30 * HZ); return 0; }