Date: Tue, 27 Jul 2021 11:46:52 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3a6cc067e900 - stable/12 - pf: remove stray debug line Message-ID: <202107271146.16RBkqoV068011@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=3a6cc067e900b3ec4254c37b90efd844cbef0031 commit 3a6cc067e900b3ec4254c37b90efd844cbef0031 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2021-07-20 19:02:33 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2021-07-27 11:24:27 +0000 pf: remove stray debug line MFC after: 1 week Sponsored by: Modirum MDPay (cherry picked from commit 84db87b8dafd9e9970fd36ac48c11ffdc89d31d0) --- sys/netpfil/pf/pf_syncookies.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netpfil/pf/pf_syncookies.c b/sys/netpfil/pf/pf_syncookies.c index c05aed605e06..43d3a0a0b036 100644 --- a/sys/netpfil/pf/pf_syncookies.c +++ b/sys/netpfil/pf/pf_syncookies.c @@ -301,7 +301,6 @@ pf_syncookie_rotate(void *arg) pf_syncookie_newkey(); CURVNET_RESTORE(); - printf("KP: %s() return\n", __func__); } void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107271146.16RBkqoV068011>