Re: copy'n'paste like typo in pf.c

2015-04-08 Thread Mike Belopuhov
On 5 April 2015 at 15:14, Florian Obser wrote: > On Sun, Apr 05, 2015 at 11:48:21AM +0200, Alexandr Nedvedicky wrote: >> Hello, >> >> when we ran PF sources through coverity we got an error >> as follows: >> >> 8310 if (ri->r->dst.addr.type == PF_ADDR_TABLE) >> 8311

Re: copy'n'paste like typo in pf.c

2015-04-05 Thread Florian Obser
On Sun, Apr 05, 2015 at 11:48:21AM +0200, Alexandr Nedvedicky wrote: > Hello, > > when we ran PF sources through coverity we got an error > as follows: > > 8310 if (ri->r->dst.addr.type == PF_ADDR_TABLE) > 8311 pfr_update_stats(ri->r->dst.addr.p.tbl, > 8312

copy'n'paste like typo in pf.c

2015-04-05 Thread Alexandr Nedvedicky
Hello, when we ran PF sources through coverity we got an error as follows: 8310 if (ri->r->dst.addr.type == PF_ADDR_TABLE) 8311 pfr_update_stats(ri->r->dst.addr.p.tbl, 8312 &s->key[(s->direction == PF_IN)]-> 8313