Correct a comment. Should have been detected by ipf_nat_in() not
ipf_nat_out(). MFC after: 1 week X-MFC-with: r337558
This commit is contained in:
parent
2b720021aa
commit
79476a1c3e
@ -5524,7 +5524,7 @@ ipf_nat_checkin(fin, passp)
|
||||
/* retry_roundrobin loop failure */
|
||||
/* FALLTHROUGH */
|
||||
case -1 :
|
||||
/* proxy failure detected by ipf_nat_out() */
|
||||
/* proxy failure detected by ipf_nat_in() */
|
||||
if (passp != NULL) {
|
||||
DT2(frb_natv4in, fr_info_t *, fin, int, rval);
|
||||
NBUMPSIDED(0, ns_drop);
|
||||
|
Loading…
Reference in New Issue
Block a user