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:
Cy Schubert 2018-08-10 00:30:15 +00:00
parent 2b720021aa
commit 79476a1c3e

View File

@ -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);