From 79476a1c3e499d535ef583245b6a2c7003417781 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 10 Aug 2018 00:30:15 +0000 Subject: [PATCH] Correct a comment. Should have been detected by ipf_nat_in() not ipf_nat_out(). MFC after: 1 week X-MFC-with: r337558 --- sys/contrib/ipfilter/netinet/ip_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/ipfilter/netinet/ip_nat.c b/sys/contrib/ipfilter/netinet/ip_nat.c index 58d4c7e13b65..598f945c8a77 100644 --- a/sys/contrib/ipfilter/netinet/ip_nat.c +++ b/sys/contrib/ipfilter/netinet/ip_nat.c @@ -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);