git: 3a6cc067e900 - stable/12 - pf: remove stray debug line

Kristof Provost kp at FreeBSD.org
Tue Jul 27 11:46:53 UTC 2021


The branch stable/12 has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=3a6cc067e900b3ec4254c37b90efd844cbef0031

commit 3a6cc067e900b3ec4254c37b90efd844cbef0031
Author:     Kristof Provost <kp at FreeBSD.org>
AuthorDate: 2021-07-20 19:02:33 +0000
Commit:     Kristof Provost <kp at 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


More information about the dev-commits-src-all mailing list