]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfilter userland: Fix branch mismerge
authorCy Schubert <cy@FreeBSD.org>
Tue, 4 Jan 2022 03:04:04 +0000 (19:04 -0800)
committerCy Schubert <cy@FreeBSD.org>
Mon, 7 Feb 2022 13:51:17 +0000 (05:51 -0800)
commit189b9222f90409d0cccbf8a8df2a111da1e64946
tree643f549036b69d9c02f2bfafdff15b4738d1efdc
parentfcb8e9255852969312f38d074669c66b13d99bd4
ipfilter userland: Fix branch mismerge

The work to ANSIfy and adjust returns to style(9) resulted in a mismerge
of a stash when ipfilter was moved from contrib to sbin. An older file
replaced WIP at the time, resulting in a regression.

The majority of this work was done in 2018 saved as git stashes within
a git-svn tree and migrated to the git tree. The regression occurred
when the various stashes were sequentially merged to create individual
commits, following the ipfilter move to netpfil and sbin.

Reported by: jrtc27
Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329
Pointy hat to: cy

(cherry picked from commit a3522837b021a46f2de81303247599ea51163d13)
sbin/ipf/ipf/ipfcomp.c